Shades of Shady Lady #9E979C
Tints of Shady Lady #9E979C
RGB
CMYK
RGB Variations
Color information
#9E979C (or 0x9E979C) is known color: Shady Lady. HEX triplet: 9E, 97 and 9C. RGB value is (158,151,156). Sum of RGB (Red+Green+Blue) = 158+151+156=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 158 - color contains mainly: red. Hex color #9E979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E979C is #616863. Grayscale: #999999. Windows color (decimal): -6383716 or 10262430. OLE color: 10262430.
HSL color Cylindrical-coordinate representation of color #9E979C: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9E979C is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 156 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.38 |
| HSL | 317.14º | 0.03% | 0.61% | - |
| HSV(B) | 317.14º | 0.04% | 0.62% | - |
| XYZ | 31.17 | 31.8 | 35.95 | - |
| YUV | 153.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 156 | 0 | 0.04 | 0.01 | 0.38 | 317.14 | 0.03 | 0.61 |
| Hex | 9E | 97 | 9C | 0 | 4 | 1 | 26 | 13D | 3 | 3D |
| Octal | 236 | 227 | 234 | 0 | 4 | 1 | 46 | 475 | 3 | 75 |
| Binary | 10011110 | 10010111 | 10011100 | 0 | 100 | 1 | 100110 | 100111101 | 11 | 111101 |
Color Harmonies of #9E979C
Complementary color
Monochromatic Colors of #9E979C
Black with #9E979C
Text Example
Text Example
White with #9E979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E979C; }
p { color: rgb(158,151,156); }
H1.HeaderClassName
{
color: #9E979C;
}
.AnyTagClassName
{
color: #9E979C;
}
</style>
background-color css
<style>
a { background-color: #9E979C; }
a { background-color: rgb(158,151,156); }
div.DivClassName
{
background-color: #9E979C;
}
.BgClassName
{
background-color: #9E979C;
}
</style>
border-color css
<style>
span { border-color: #9E979C; }
span { border-color: rgb(158,151,156); }
td.TdClassName
{
border-color: #9E979C;
}
.TagClassName
{
border-color: #9E979C;
}
</style>