Shades of Grey Chateau #979FA4
Tints of Grey Chateau #979FA4
RGB
CMYK
RGB Variations
Color information
#979FA4 (or 0x979FA4) is known color: Grey Chateau. HEX triplet: 97, 9F and A4. RGB value is (151,159,164). Sum of RGB (Red+Green+Blue) = 151+159+164=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #979FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FA4 is #68605B. Grayscale: #9D9D9D. Windows color (decimal): -6840412 or 10788759. OLE color: 10788759.
HSL color Cylindrical-coordinate representation of color #979FA4: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #979FA4 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 159 | 164 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.36 |
| HSL | 203.08º | 0.07% | 0.62% | - |
| HSV(B) | 203.08º | 0.08% | 0.64% | - |
| XYZ | 31.86 | 34.06 | 40.02 | - |
| YUV | 157.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 164 | 0.08 | 0.03 | 0 | 0.36 | 203.08 | 0.07 | 0.62 |
| Hex | 97 | 9F | A4 | 8 | 3 | 0 | 24 | CB | 7 | 3E |
| Octal | 227 | 237 | 244 | 10 | 3 | 0 | 44 | 313 | 7 | 76 |
| Binary | 10010111 | 10011111 | 10100100 | 1000 | 11 | 0 | 100100 | 11001011 | 111 | 111110 |
Color Harmonies of #979FA4
Complementary color
Monochromatic Colors of #979FA4
Black with #979FA4
Text Example
Text Example
White with #979FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FA4; }
p { color: rgb(151,159,164); }
H1.HeaderClassName
{
color: #979FA4;
}
.AnyTagClassName
{
color: #979FA4;
}
</style>
background-color css
<style>
a { background-color: #979FA4; }
a { background-color: rgb(151,159,164); }
div.DivClassName
{
background-color: #979FA4;
}
.BgClassName
{
background-color: #979FA4;
}
</style>
border-color css
<style>
span { border-color: #979FA4; }
span { border-color: rgb(151,159,164); }
td.TdClassName
{
border-color: #979FA4;
}
.TagClassName
{
border-color: #979FA4;
}
</style>