Shades of Grey Chateau #919DA8
Tints of Grey Chateau #919DA8
RGB
CMYK
RGB Variations
Color information
#919DA8 (or 0x919DA8) is known color: Grey Chateau. HEX triplet: 91, 9D and A8. RGB value is (145,157,168). Sum of RGB (Red+Green+Blue) = 145+157+168=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #919DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DA8 is #6E6257. Grayscale: #9A9A9A. Windows color (decimal): -7234136 or 11050385. OLE color: 11050385.
HSL color Cylindrical-coordinate representation of color #919DA8: hue angle of 208.7º 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 #919DA8 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 157 | 168 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.34 |
| HSL | 208.7º | 0.12% | 0.61% | - |
| HSV(B) | 208.7º | 0.14% | 0.66% | - |
| XYZ | 30.8 | 32.96 | 41.78 | - |
| YUV | 154.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 168 | 0.14 | 0.07 | 0 | 0.34 | 208.7 | 0.12 | 0.61 |
| Hex | 91 | 9D | A8 | E | 7 | 0 | 22 | D1 | C | 3D |
| Octal | 221 | 235 | 250 | 16 | 7 | 0 | 42 | 321 | 14 | 75 |
| Binary | 10010001 | 10011101 | 10101000 | 1110 | 111 | 0 | 100010 | 11010001 | 1100 | 111101 |
Color Harmonies of #919DA8
Complementary color
Monochromatic Colors of #919DA8
Black with #919DA8
Text Example
Text Example
White with #919DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DA8; }
p { color: rgb(145,157,168); }
H1.HeaderClassName
{
color: #919DA8;
}
.AnyTagClassName
{
color: #919DA8;
}
</style>
background-color css
<style>
a { background-color: #919DA8; }
a { background-color: rgb(145,157,168); }
div.DivClassName
{
background-color: #919DA8;
}
.BgClassName
{
background-color: #919DA8;
}
</style>
border-color css
<style>
span { border-color: #919DA8; }
span { border-color: rgb(145,157,168); }
td.TdClassName
{
border-color: #919DA8;
}
.TagClassName
{
border-color: #919DA8;
}
</style>