What is the RGB code for bluegrey?
The CSS color bluegrey in RGB format is rgb(133, 163, 178). Use this value directly in CSS, SVG, and most design tools.
How do I use bluegrey in CSS?
To apply bluegrey in CSS:
- Text color: color: rgb(133, 163, 178);
- Background: background-color: rgb(133, 163, 178);
- Border: border-color: rgb(133, 163, 178);
What are all the color format values for bluegrey?
| Format | Value |
|---|---|
| HEX | #85a3b2 |
| RGB | rgb(133, 163, 178) |
| HSL | hsl(200, 22.6%, 61%) |
| CMYK | cmyk(25.3%, 8.4%, 0%, 30.2%) |
How do I convert bluegrey to RGB?
Select bluegrey from the color name list in our color converter. The RGB value — rgb(133, 163, 178) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluegrey belong to?
bluegrey belongs to the blue color family. It is a medium, muted color with HSL values: hue 200°, saturation 22.6%, lightness 61%.
How do I create lighter and darker shades of bluegrey?
Lighter variant (lightness 76%): #b4c6d0. Darker variant (lightness 46%): #5b7e90. 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.