Shades of Shady Lady #9F979A
Tints of Shady Lady #9F979A
RGB
CMYK
RGB Variations
Color information
#9F979A (or 0x9F979A) is known color: Shady Lady. HEX triplet: 9F, 97 and 9A. RGB value is (159,151,154). Sum of RGB (Red+Green+Blue) = 159+151+154=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 159 - color contains mainly: red. Hex color #9F979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F979A is #606865. Grayscale: #999999. Windows color (decimal): -6318182 or 10131359. OLE color: 10131359.
HSL color Cylindrical-coordinate representation of color #9F979A: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9F979A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 154 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.38 |
| HSL | 337.5º | 0.04% | 0.61% | - |
| HSV(B) | 337.5º | 0.05% | 0.62% | - |
| XYZ | 31.2 | 31.84 | 35.07 | - |
| YUV | 153.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 154 | 0 | 0.05 | 0.03 | 0.38 | 337.5 | 0.04 | 0.61 |
| Hex | 9F | 97 | 9A | 0 | 5 | 3 | 26 | 152 | 4 | 3D |
| Octal | 237 | 227 | 232 | 0 | 5 | 3 | 46 | 522 | 4 | 75 |
| Binary | 10011111 | 10010111 | 10011010 | 0 | 101 | 11 | 100110 | 101010010 | 100 | 111101 |
Color Harmonies of #9F979A
Complementary color
Monochromatic Colors of #9F979A
Black with #9F979A
Text Example
Text Example
White with #9F979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F979A; }
p { color: rgb(159,151,154); }
H1.HeaderClassName
{
color: #9F979A;
}
.AnyTagClassName
{
color: #9F979A;
}
</style>
background-color css
<style>
a { background-color: #9F979A; }
a { background-color: rgb(159,151,154); }
div.DivClassName
{
background-color: #9F979A;
}
.BgClassName
{
background-color: #9F979A;
}
</style>
border-color css
<style>
span { border-color: #9F979A; }
span { border-color: rgb(159,151,154); }
td.TdClassName
{
border-color: #9F979A;
}
.TagClassName
{
border-color: #9F979A;
}
</style>