Shades of Grey Chateau #92979C
Tints of Grey Chateau #92979C
RGB
CMYK
RGB Variations
Color information
#92979C (or 0x92979C) is known color: Grey Chateau. HEX triplet: 92, 97 and 9C. RGB value is (146,151,156). Sum of RGB (Red+Green+Blue) = 146+151+156=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 156 - color contains mainly: blue. Hex color #92979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92979C is #6D6863. Grayscale: #969696. Windows color (decimal): -7170148 or 10262418. OLE color: 10262418.
HSL color Cylindrical-coordinate representation of color #92979C: hue angle of 210º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92979C is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 146 | 151 | 156 | - |
CMYK | 0.06 | 0.03 | 0 | 0.39 |
HSL | 210º | 0.05% | 0.59% | - |
HSV(B) | 210º | 0.06% | 0.61% | - |
XYZ | 28.92 | 30.64 | 35.84 | - |
YUV | 150.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 151 | 156 | 0.06 | 0.03 | 0 | 0.39 | 210 | 0.05 | 0.59 |
Hex | 92 | 97 | 9C | 6 | 3 | 0 | 27 | D2 | 5 | 3B |
Octal | 222 | 227 | 234 | 6 | 3 | 0 | 47 | 322 | 5 | 73 |
Binary | 10010010 | 10010111 | 10011100 | 110 | 11 | 0 | 100111 | 11010010 | 101 | 111011 |
Color Harmonies of #92979C
Complementary color
Monochromatic Colors of #92979C
Black with #92979C
Text Example
Text Example
White with #92979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92979C; }
p { color: rgb(146,151,156); }
H1.HeaderClassName
{
color: #92979C;
}
.AnyTagClassName
{
color: #92979C;
}
</style>
background-color css
<style>
a { background-color: #92979C; }
a { background-color: rgb(146,151,156); }
div.DivClassName
{
background-color: #92979C;
}
.BgClassName
{
background-color: #92979C;
}
</style>
border-color css
<style>
span { border-color: #92979C; }
span { border-color: rgb(146,151,156); }
td.TdClassName
{
border-color: #92979C;
}
.TagClassName
{
border-color: #92979C;
}
</style>