What is the RGB code for bluey grey?
The CSS color bluey grey in RGB format is rgb(137, 160, 176). Use this value directly in CSS, SVG, and most design tools.
How do I use bluey grey in CSS?
To apply bluey grey in CSS:
- Text color: color: rgb(137, 160, 176);
- Background: background-color: rgb(137, 160, 176);
- Border: border-color: rgb(137, 160, 176);
What are all the color format values for bluey grey?
| Format | Value |
|---|---|
| HEX | #89a0b0 |
| RGB | rgb(137, 160, 176) |
| HSL | hsl(204.6, 19.8%, 61.4%) |
| CMYK | cmyk(22.2%, 9.1%, 0%, 31%) |
How do I convert bluey grey to RGB?
Select bluey grey from the color name list in our color converter. The RGB value — rgb(137, 160, 176) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluey grey belong to?
bluey grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 204.6°, saturation 19.8%, lightness 61.4%.
How do I create lighter and darker shades of bluey grey?
Lighter variant (lightness 76.4%): #b7c5cf. Darker variant (lightness 46.4%): #5f7b8e. 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.