Shades of Shady Lady #9D979A
Tints of Shady Lady #9D979A
RGB
CMYK
RGB Variations
Color information
#9D979A (or 0x9D979A) is known color: Shady Lady. HEX triplet: 9D, 97 and 9A. RGB value is (157,151,154). Sum of RGB (Red+Green+Blue) = 157+151+154=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 157 - color contains mainly: red. Hex color #9D979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D979A is #626865. Grayscale: #999999. Windows color (decimal): -6449254 or 10131357. OLE color: 10131357.
HSL color Cylindrical-coordinate representation of color #9D979A: hue angle of 330º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D979A is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 154 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.38 |
| HSL | 330º | 0.03% | 0.6% | - |
| HSV(B) | 330º | 0.04% | 0.62% | - |
| XYZ | 30.8 | 31.63 | 35.05 | - |
| YUV | 153.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 154 | 0 | 0.04 | 0.02 | 0.38 | 330 | 0.03 | 0.6 |
| Hex | 9D | 97 | 9A | 0 | 4 | 2 | 26 | 14A | 3 | 3C |
| Octal | 235 | 227 | 232 | 0 | 4 | 2 | 46 | 512 | 3 | 74 |
| Binary | 10011101 | 10010111 | 10011010 | 0 | 100 | 10 | 100110 | 101001010 | 11 | 111100 |
Color Harmonies of #9D979A
Complementary color
Monochromatic Colors of #9D979A
Black with #9D979A
Text Example
Text Example
White with #9D979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D979A; }
p { color: rgb(157,151,154); }
H1.HeaderClassName
{
color: #9D979A;
}
.AnyTagClassName
{
color: #9D979A;
}
</style>
background-color css
<style>
a { background-color: #9D979A; }
a { background-color: rgb(157,151,154); }
div.DivClassName
{
background-color: #9D979A;
}
.BgClassName
{
background-color: #9D979A;
}
</style>
border-color css
<style>
span { border-color: #9D979A; }
span { border-color: rgb(157,151,154); }
td.TdClassName
{
border-color: #9D979A;
}
.TagClassName
{
border-color: #9D979A;
}
</style>