Shades of Grey Chateau #919CA8
Tints of Grey Chateau #919CA8
RGB
CMYK
RGB Variations
Color information
#919CA8 (or 0x919CA8) is known color: Grey Chateau. HEX triplet: 91, 9C and A8. RGB value is (145,156,168). Sum of RGB (Red+Green+Blue) = 145+156+168=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 168 - color contains mainly: blue. Hex color #919CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CA8 is #6E6357. Grayscale: #9A9A9A. Windows color (decimal): -7234392 or 11050129. OLE color: 11050129.
HSL color Cylindrical-coordinate representation of color #919CA8: hue angle of 211.3º 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 #919CA8 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 156 | 168 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.34 |
| HSL | 211.3º | 0.12% | 0.61% | - |
| HSV(B) | 211.3º | 0.14% | 0.66% | - |
| XYZ | 30.63 | 32.62 | 41.73 | - |
| YUV | 154.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 168 | 0.14 | 0.07 | 0 | 0.34 | 211.3 | 0.12 | 0.61 |
| Hex | 91 | 9C | A8 | E | 7 | 0 | 22 | D3 | C | 3D |
| Octal | 221 | 234 | 250 | 16 | 7 | 0 | 42 | 323 | 14 | 75 |
| Binary | 10010001 | 10011100 | 10101000 | 1110 | 111 | 0 | 100010 | 11010011 | 1100 | 111101 |
Color Harmonies of #919CA8
Complementary color
Monochromatic Colors of #919CA8
Black with #919CA8
Text Example
Text Example
White with #919CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CA8; }
p { color: rgb(145,156,168); }
H1.HeaderClassName
{
color: #919CA8;
}
.AnyTagClassName
{
color: #919CA8;
}
</style>
background-color css
<style>
a { background-color: #919CA8; }
a { background-color: rgb(145,156,168); }
div.DivClassName
{
background-color: #919CA8;
}
.BgClassName
{
background-color: #919CA8;
}
</style>
border-color css
<style>
span { border-color: #919CA8; }
span { border-color: rgb(145,156,168); }
td.TdClassName
{
border-color: #919CA8;
}
.TagClassName
{
border-color: #919CA8;
}
</style>