What is the RGB code for lightslategrey?
The CSS color lightslategrey in RGB format is rgb(119, 136, 153). 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: rgb(119, 136, 153);
- Background: background-color: rgb(119, 136, 153);
- Border: border-color: rgb(119, 136, 153);
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 RGB?
Select lightslategrey from the color name list in our color converter. The RGB value — rgb(119, 136, 153) — 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 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.