Shades of Grey Chateau #919BA6
Tints of Grey Chateau #919BA6
RGB
CMYK
RGB Variations
Color information
#919BA6 (or 0x919BA6) is known color: Grey Chateau. HEX triplet: 91, 9B and A6. RGB value is (145,155,166). Sum of RGB (Red+Green+Blue) = 145+155+166=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 166 - color contains mainly: blue. Hex color #919BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BA6 is #6E6459. Grayscale: #999999. Windows color (decimal): -7234650 or 10918801. OLE color: 10918801.
HSL color Cylindrical-coordinate representation of color #919BA6: hue angle of 211.43º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919BA6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 155 | 166 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.35 |
| HSL | 211.43º | 0.11% | 0.61% | - |
| HSV(B) | 211.43º | 0.13% | 0.65% | - |
| XYZ | 30.28 | 32.22 | 40.7 | - |
| YUV | 153.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 166 | 0.13 | 0.07 | 0 | 0.35 | 211.43 | 0.11 | 0.61 |
| Hex | 91 | 9B | A6 | D | 7 | 0 | 23 | D3 | B | 3D |
| Octal | 221 | 233 | 246 | 15 | 7 | 0 | 43 | 323 | 13 | 75 |
| Binary | 10010001 | 10011011 | 10100110 | 1101 | 111 | 0 | 100011 | 11010011 | 1011 | 111101 |
Color Harmonies of #919BA6
Complementary color
Monochromatic Colors of #919BA6
Black with #919BA6
Text Example
Text Example
White with #919BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BA6; }
p { color: rgb(145,155,166); }
H1.HeaderClassName
{
color: #919BA6;
}
.AnyTagClassName
{
color: #919BA6;
}
</style>
background-color css
<style>
a { background-color: #919BA6; }
a { background-color: rgb(145,155,166); }
div.DivClassName
{
background-color: #919BA6;
}
.BgClassName
{
background-color: #919BA6;
}
</style>
border-color css
<style>
span { border-color: #919BA6; }
span { border-color: rgb(145,155,166); }
td.TdClassName
{
border-color: #919BA6;
}
.TagClassName
{
border-color: #919BA6;
}
</style>