Shades of Grey Chateau #909CA9
Tints of Grey Chateau #909CA9
RGB
CMYK
RGB Variations
Color information
#909CA9 (or 0x909CA9) is known color: Grey Chateau. HEX triplet: 90, 9C and A9. RGB value is (144,156,169). Sum of RGB (Red+Green+Blue) = 144+156+169=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #909CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CA9 is #6F6356. Grayscale: #999999. Windows color (decimal): -7299927 or 11115664. OLE color: 11115664.
HSL color Cylindrical-coordinate representation of color #909CA9: hue angle of 211.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909CA9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 156 | 169 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.34 |
| HSL | 211.2º | 0.13% | 0.61% | - |
| HSV(B) | 211.2º | 0.15% | 0.66% | - |
| XYZ | 30.55 | 32.57 | 42.21 | - |
| YUV | 153.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 169 | 0.15 | 0.08 | 0 | 0.34 | 211.2 | 0.13 | 0.61 |
| Hex | 90 | 9C | A9 | F | 8 | 0 | 22 | D3 | D | 3D |
| Octal | 220 | 234 | 251 | 17 | 10 | 0 | 42 | 323 | 15 | 75 |
| Binary | 10010000 | 10011100 | 10101001 | 1111 | 1000 | 0 | 100010 | 11010011 | 1101 | 111101 |
Color Harmonies of #909CA9
Complementary color
Monochromatic Colors of #909CA9
Black with #909CA9
Text Example
Text Example
White with #909CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CA9; }
p { color: rgb(144,156,169); }
H1.HeaderClassName
{
color: #909CA9;
}
.AnyTagClassName
{
color: #909CA9;
}
</style>
background-color css
<style>
a { background-color: #909CA9; }
a { background-color: rgb(144,156,169); }
div.DivClassName
{
background-color: #909CA9;
}
.BgClassName
{
background-color: #909CA9;
}
</style>
border-color css
<style>
span { border-color: #909CA9; }
span { border-color: rgb(144,156,169); }
td.TdClassName
{
border-color: #909CA9;
}
.TagClassName
{
border-color: #909CA9;
}
</style>