Shades of Shady Lady #9F9497
Tints of Shady Lady #9F9497
RGB
CMYK
RGB Variations
Color information
#9F9497 (or 0x9F9497) is known color: Shady Lady. HEX triplet: 9F, 94 and 97. RGB value is (159,148,151). Sum of RGB (Red+Green+Blue) = 159+148+151=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9497 is #606B68. Grayscale: #979797. Windows color (decimal): -6318953 or 9933983. OLE color: 9933983.
HSL color Cylindrical-coordinate representation of color #9F9497: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F9497 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 151 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.38 |
| HSL | 343.64º | 0.05% | 0.6% | - |
| HSV(B) | 343.64º | 0.07% | 0.62% | - |
| XYZ | 30.47 | 30.79 | 33.61 | - |
| YUV | 151.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 151 | 0 | 0.07 | 0.05 | 0.38 | 343.64 | 0.05 | 0.6 |
| Hex | 9F | 94 | 97 | 0 | 7 | 5 | 26 | 158 | 5 | 3C |
| Octal | 237 | 224 | 227 | 0 | 7 | 5 | 46 | 530 | 5 | 74 |
| Binary | 10011111 | 10010100 | 10010111 | 0 | 111 | 101 | 100110 | 101011000 | 101 | 111100 |
Color Harmonies of #9F9497
Complementary color
Monochromatic Colors of #9F9497
Black with #9F9497
Text Example
Text Example
White with #9F9497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9497; }
p { color: rgb(159,148,151); }
H1.HeaderClassName
{
color: #9F9497;
}
.AnyTagClassName
{
color: #9F9497;
}
</style>
background-color css
<style>
a { background-color: #9F9497; }
a { background-color: rgb(159,148,151); }
div.DivClassName
{
background-color: #9F9497;
}
.BgClassName
{
background-color: #9F9497;
}
</style>
border-color css
<style>
span { border-color: #9F9497; }
span { border-color: rgb(159,148,151); }
td.TdClassName
{
border-color: #9F9497;
}
.TagClassName
{
border-color: #9F9497;
}
</style>