Shades of Grey Chateau #929BA6
Tints of Grey Chateau #929BA6
RGB
CMYK
RGB Variations
Color information
#929BA6 (or 0x929BA6) is known color: Grey Chateau. HEX triplet: 92, 9B and A6. RGB value is (146,155,166). Sum of RGB (Red+Green+Blue) = 146+155+166=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 166 - color contains mainly: blue. Hex color #929BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BA6 is #6D6459. Grayscale: #999999. Windows color (decimal): -7169114 or 10918802. OLE color: 10918802.
HSL color Cylindrical-coordinate representation of color #929BA6: hue angle of 213º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929BA6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 155 | 166 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.35 |
| HSL | 213º | 0.1% | 0.61% | - |
| HSV(B) | 213º | 0.12% | 0.65% | - |
| XYZ | 30.46 | 32.31 | 40.71 | - |
| YUV | 153.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 166 | 0.12 | 0.07 | 0 | 0.35 | 213 | 0.1 | 0.61 |
| Hex | 92 | 9B | A6 | C | 7 | 0 | 23 | D5 | A | 3D |
| Octal | 222 | 233 | 246 | 14 | 7 | 0 | 43 | 325 | 12 | 75 |
| Binary | 10010010 | 10011011 | 10100110 | 1100 | 111 | 0 | 100011 | 11010101 | 1010 | 111101 |
Color Harmonies of #929BA6
Complementary color
Monochromatic Colors of #929BA6
Black with #929BA6
Text Example
Text Example
White with #929BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BA6; }
p { color: rgb(146,155,166); }
H1.HeaderClassName
{
color: #929BA6;
}
.AnyTagClassName
{
color: #929BA6;
}
</style>
background-color css
<style>
a { background-color: #929BA6; }
a { background-color: rgb(146,155,166); }
div.DivClassName
{
background-color: #929BA6;
}
.BgClassName
{
background-color: #929BA6;
}
</style>
border-color css
<style>
span { border-color: #929BA6; }
span { border-color: rgb(146,155,166); }
td.TdClassName
{
border-color: #929BA6;
}
.TagClassName
{
border-color: #929BA6;
}
</style>