Shades of Grey Chateau #909CA8
Tints of Grey Chateau #909CA8
RGB
CMYK
RGB Variations
Color information
#909CA8 (or 0x909CA8) is known color: Grey Chateau. HEX triplet: 90, 9C and A8. RGB value is (144,156,168). Sum of RGB (Red+Green+Blue) = 144+156+168=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 168 - color contains mainly: blue. Hex color #909CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CA8 is #6F6357. Grayscale: #999999. Windows color (decimal): -7299928 or 11050128. OLE color: 11050128.
HSL color Cylindrical-coordinate representation of color #909CA8: hue angle of 210º 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 #909CA8 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 156 | 168 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.34 |
| HSL | 210º | 0.12% | 0.61% | - |
| HSV(B) | 210º | 0.14% | 0.66% | - |
| XYZ | 30.46 | 32.53 | 41.72 | - |
| YUV | 153.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 168 | 0.14 | 0.07 | 0 | 0.34 | 210 | 0.12 | 0.61 |
| Hex | 90 | 9C | A8 | E | 7 | 0 | 22 | D2 | C | 3D |
| Octal | 220 | 234 | 250 | 16 | 7 | 0 | 42 | 322 | 14 | 75 |
| Binary | 10010000 | 10011100 | 10101000 | 1110 | 111 | 0 | 100010 | 11010010 | 1100 | 111101 |
Color Harmonies of #909CA8
Complementary color
Monochromatic Colors of #909CA8
Black with #909CA8
Text Example
Text Example
White with #909CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CA8; }
p { color: rgb(144,156,168); }
H1.HeaderClassName
{
color: #909CA8;
}
.AnyTagClassName
{
color: #909CA8;
}
</style>
background-color css
<style>
a { background-color: #909CA8; }
a { background-color: rgb(144,156,168); }
div.DivClassName
{
background-color: #909CA8;
}
.BgClassName
{
background-color: #909CA8;
}
</style>
border-color css
<style>
span { border-color: #909CA8; }
span { border-color: rgb(144,156,168); }
td.TdClassName
{
border-color: #909CA8;
}
.TagClassName
{
border-color: #909CA8;
}
</style>