What is the HSL code for blue grey?
The CSS color blue grey in HSL format is hsl(203.5, 19.3%, 46.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use blue grey in CSS?
To apply blue grey in CSS:
- Text color: color: hsl(203.5, 19.3%, 46.7%);
- Background: background-color: hsl(203.5, 19.3%, 46.7%);
- Border: border-color: hsl(203.5, 19.3%, 46.7%);
What are all the color format values for blue grey?
| Format | Value |
|---|---|
| HEX | #607c8e |
| RGB | rgb(96, 124, 142) |
| HSL | hsl(203.5, 19.3%, 46.7%) |
| CMYK | cmyk(32.4%, 12.7%, 0%, 44.3%) |
How do I convert blue grey to HSL?
Select blue grey from the color name list in our color converter. The HSL value — hsl(203.5, 19.3%, 46.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue grey belong to?
blue grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 203.5°, saturation 19.3%, lightness 46.7%.
How do I create lighter and darker shades of blue grey?
Lighter variant (lightness 61.7%): #8aa1b0. Darker variant (lightness 31.700000000000003%): #415460. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.