What is the HSL code for lightslategrey?
The CSS color lightslategrey in HSL format is hsl(210, 14.3%, 53.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use lightslategrey in CSS?
To apply lightslategrey in CSS:
- Text color: color: hsl(210, 14.3%, 53.3%);
- Background: background-color: hsl(210, 14.3%, 53.3%);
- Border: border-color: hsl(210, 14.3%, 53.3%);
What are all the color format values for lightslategrey?
| Format | Value |
|---|---|
| HEX | #778899 |
| RGB | rgb(119, 136, 153) |
| HSL | hsl(210, 14.3%, 53.3%) |
| CMYK | cmyk(22.2%, 11.1%, 0%, 40%) |
How do I convert lightslategrey to HSL?
Select lightslategrey from the color name list in our color converter. The HSL value — hsl(210, 14.3%, 53.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lightslategrey belong to?
lightslategrey belongs to the blue color family. It is a medium, muted color with HSL values: hue 210°, saturation 14.3%, lightness 53.3%.
How do I create lighter and darker shades of lightslategrey?
Lighter variant (lightness 68.3%): #a3aeba. Darker variant (lightness 38.3%): #546270. 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.