Lavender blue to RGB — Color Code

RGB

rgb(139, 136, 248)

Format Value
HEX #8b88f8
RGB rgb(139, 136, 248)
HSL hsl(241.6, 88.9%, 75.3%)
CMYK cmyk(44%, 45.2%, 0%, 2.7%)

What is the RGB code for lavender blue?

The CSS color lavender blue in RGB format is rgb(139, 136, 248). Use this value directly in CSS, SVG, and most design tools.

How do I use lavender blue in CSS?

To apply lavender blue in CSS:

  • Text color: color: rgb(139, 136, 248);
  • Background: background-color: rgb(139, 136, 248);
  • Border: border-color: rgb(139, 136, 248);

What are all the color format values for lavender blue?

FormatValue
HEX#8b88f8
RGBrgb(139, 136, 248)
HSLhsl(241.6, 88.9%, 75.3%)
CMYKcmyk(44%, 45.2%, 0%, 2.7%)

How do I convert lavender blue to RGB?

Select lavender blue from the color name list in our color converter. The RGB value — rgb(139, 136, 248) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lavender blue belong to?

lavender blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 241.6°, saturation 88.9%, lightness 75.3%.

How do I create lighter and darker shades of lavender blue?

Lighter variant (lightness 90.3%): #d1d0fc. Darker variant (lightness 60.3%): #4540f4. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.