Shades of Grey Chateau #909AA8
Tints of Grey Chateau #909AA8
RGB
CMYK
RGB Variations
Color information
#909AA8 (or 0x909AA8) is known color: Grey Chateau. HEX triplet: 90, 9A and A8. RGB value is (144,154,168). Sum of RGB (Red+Green+Blue) = 144+154+168=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 168 - color contains mainly: blue. Hex color #909AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AA8 is #6F6557. Grayscale: #989898. Windows color (decimal): -7300440 or 11049616. OLE color: 11049616.
HSL color Cylindrical-coordinate representation of color #909AA8: hue angle of 215º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #909AA8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 154 | 168 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.34 |
| HSL | 215º | 0.12% | 0.61% | - |
| HSV(B) | 215º | 0.14% | 0.66% | - |
| XYZ | 30.13 | 31.87 | 41.61 | - |
| YUV | 152.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 168 | 0.14 | 0.08 | 0 | 0.34 | 215 | 0.12 | 0.61 |
| Hex | 90 | 9A | A8 | E | 8 | 0 | 22 | D7 | C | 3D |
| Octal | 220 | 232 | 250 | 16 | 10 | 0 | 42 | 327 | 14 | 75 |
| Binary | 10010000 | 10011010 | 10101000 | 1110 | 1000 | 0 | 100010 | 11010111 | 1100 | 111101 |
Color Harmonies of #909AA8
Complementary color
Monochromatic Colors of #909AA8
Black with #909AA8
Text Example
Text Example
White with #909AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AA8; }
p { color: rgb(144,154,168); }
H1.HeaderClassName
{
color: #909AA8;
}
.AnyTagClassName
{
color: #909AA8;
}
</style>
background-color css
<style>
a { background-color: #909AA8; }
a { background-color: rgb(144,154,168); }
div.DivClassName
{
background-color: #909AA8;
}
.BgClassName
{
background-color: #909AA8;
}
</style>
border-color css
<style>
span { border-color: #909AA8; }
span { border-color: rgb(144,154,168); }
td.TdClassName
{
border-color: #909AA8;
}
.TagClassName
{
border-color: #909AA8;
}
</style>