Shades of Grey Chateau #929CA7
Tints of Grey Chateau #929CA7
RGB
CMYK
RGB Variations
Color information
#929CA7 (or 0x929CA7) is known color: Grey Chateau. HEX triplet: 92, 9C and A7. RGB value is (146,156,167). Sum of RGB (Red+Green+Blue) = 146+156+167=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 167 - color contains mainly: blue. Hex color #929CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CA7 is #6D6358. Grayscale: #9A9A9A. Windows color (decimal): -7168857 or 10984594. OLE color: 10984594.
HSL color Cylindrical-coordinate representation of color #929CA7: 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 #929CA7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 156 | 167 | - |
| 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.72 | 32.68 | 41.25 | - |
| YUV | 154.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 167 | 0.13 | 0.07 | 0 | 0.35 | 211.43 | 0.11 | 0.61 |
| Hex | 92 | 9C | A7 | D | 7 | 0 | 23 | D3 | B | 3D |
| Octal | 222 | 234 | 247 | 15 | 7 | 0 | 43 | 323 | 13 | 75 |
| Binary | 10010010 | 10011100 | 10100111 | 1101 | 111 | 0 | 100011 | 11010011 | 1011 | 111101 |
Color Harmonies of #929CA7
Complementary color
Monochromatic Colors of #929CA7
Black with #929CA7
Text Example
Text Example
White with #929CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CA7; }
p { color: rgb(146,156,167); }
H1.HeaderClassName
{
color: #929CA7;
}
.AnyTagClassName
{
color: #929CA7;
}
</style>
background-color css
<style>
a { background-color: #929CA7; }
a { background-color: rgb(146,156,167); }
div.DivClassName
{
background-color: #929CA7;
}
.BgClassName
{
background-color: #929CA7;
}
</style>
border-color css
<style>
span { border-color: #929CA7; }
span { border-color: rgb(146,156,167); }
td.TdClassName
{
border-color: #929CA7;
}
.TagClassName
{
border-color: #929CA7;
}
</style>