Shades of Grey Chateau #92979D
Tints of Grey Chateau #92979D
RGB
CMYK
RGB Variations
Color information
#92979D (or 0x92979D) is known color: Grey Chateau. HEX triplet: 92, 97 and 9D. RGB value is (146,151,157). Sum of RGB (Red+Green+Blue) = 146+151+157=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #92979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92979D is #6D6862. Grayscale: #969696. Windows color (decimal): -7170147 or 10327954. OLE color: 10327954.
HSL color Cylindrical-coordinate representation of color #92979D: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92979D is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 151 | 157 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.38 |
| HSL | 212.73º | 0.05% | 0.59% | - |
| HSV(B) | 212.73º | 0.07% | 0.62% | - |
| XYZ | 29.01 | 30.68 | 36.29 | - |
| YUV | 150.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 157 | 0.07 | 0.04 | 0 | 0.38 | 212.73 | 0.05 | 0.59 |
| Hex | 92 | 97 | 9D | 7 | 4 | 0 | 26 | D5 | 5 | 3B |
| Octal | 222 | 227 | 235 | 7 | 4 | 0 | 46 | 325 | 5 | 73 |
| Binary | 10010010 | 10010111 | 10011101 | 111 | 100 | 0 | 100110 | 11010101 | 101 | 111011 |
Color Harmonies of #92979D
Complementary color
Monochromatic Colors of #92979D
Black with #92979D
Text Example
Text Example
White with #92979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92979D; }
p { color: rgb(146,151,157); }
H1.HeaderClassName
{
color: #92979D;
}
.AnyTagClassName
{
color: #92979D;
}
</style>
background-color css
<style>
a { background-color: #92979D; }
a { background-color: rgb(146,151,157); }
div.DivClassName
{
background-color: #92979D;
}
.BgClassName
{
background-color: #92979D;
}
</style>
border-color css
<style>
span { border-color: #92979D; }
span { border-color: rgb(146,151,157); }
td.TdClassName
{
border-color: #92979D;
}
.TagClassName
{
border-color: #92979D;
}
</style>