Shades of Grey Chateau #979DA1
Tints of Grey Chateau #979DA1
RGB
CMYK
RGB Variations
Color information
#979DA1 (or 0x979DA1) is known color: Grey Chateau. HEX triplet: 97, 9D and A1. RGB value is (151,157,161). Sum of RGB (Red+Green+Blue) = 151+157+161=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 161 - color contains mainly: blue. Hex color #979DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DA1 is #68625E. Grayscale: #9B9B9B. Windows color (decimal): -6840927 or 10591639. OLE color: 10591639.
HSL color Cylindrical-coordinate representation of color #979DA1: hue angle of 204º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #979DA1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 151 | 157 | 161 | - |
CMYK | 0.06 | 0.02 | 0 | 0.37 |
HSL | 204º | 0.05% | 0.61% | - |
HSV(B) | 204º | 0.06% | 0.63% | - |
XYZ | 31.25 | 33.27 | 38.49 | - |
YUV | 155.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 157 | 161 | 0.06 | 0.02 | 0 | 0.37 | 204 | 0.05 | 0.61 |
Hex | 97 | 9D | A1 | 6 | 2 | 0 | 25 | CC | 5 | 3D |
Octal | 227 | 235 | 241 | 6 | 2 | 0 | 45 | 314 | 5 | 75 |
Binary | 10010111 | 10011101 | 10100001 | 110 | 10 | 0 | 100101 | 11001100 | 101 | 111101 |
Color Harmonies of #979DA1
Complementary color
Monochromatic Colors of #979DA1
Black with #979DA1
Text Example
Text Example
White with #979DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DA1; }
p { color: rgb(151,157,161); }
H1.HeaderClassName
{
color: #979DA1;
}
.AnyTagClassName
{
color: #979DA1;
}
</style>
background-color css
<style>
a { background-color: #979DA1; }
a { background-color: rgb(151,157,161); }
div.DivClassName
{
background-color: #979DA1;
}
.BgClassName
{
background-color: #979DA1;
}
</style>
border-color css
<style>
span { border-color: #979DA1; }
span { border-color: rgb(151,157,161); }
td.TdClassName
{
border-color: #979DA1;
}
.TagClassName
{
border-color: #979DA1;
}
</style>