Shades of Shady Lady #9C9497
Tints of Shady Lady #9C9497
RGB
CMYK
RGB Variations
Color information
#9C9497 (or 0x9C9497) is known color: Shady Lady. HEX triplet: 9C, 94 and 97. RGB value is (156,148,151). Sum of RGB (Red+Green+Blue) = 156+148+151=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9497 is #636B68. Grayscale: #969696. Windows color (decimal): -6515561 or 9933980. OLE color: 9933980.
HSL color Cylindrical-coordinate representation of color #9C9497: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C9497 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 151 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.39 |
| HSL | 337.5º | 0.04% | 0.6% | - |
| HSV(B) | 337.5º | 0.05% | 0.61% | - |
| XYZ | 29.89 | 30.48 | 33.59 | - |
| YUV | 150.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 151 | 0 | 0.05 | 0.03 | 0.39 | 337.5 | 0.04 | 0.6 |
| Hex | 9C | 94 | 97 | 0 | 5 | 3 | 27 | 152 | 4 | 3C |
| Octal | 234 | 224 | 227 | 0 | 5 | 3 | 47 | 522 | 4 | 74 |
| Binary | 10011100 | 10010100 | 10010111 | 0 | 101 | 11 | 100111 | 101010010 | 100 | 111100 |
Color Harmonies of #9C9497
Complementary color
Monochromatic Colors of #9C9497
Black with #9C9497
Text Example
Text Example
White with #9C9497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9497; }
p { color: rgb(156,148,151); }
H1.HeaderClassName
{
color: #9C9497;
}
.AnyTagClassName
{
color: #9C9497;
}
</style>
background-color css
<style>
a { background-color: #9C9497; }
a { background-color: rgb(156,148,151); }
div.DivClassName
{
background-color: #9C9497;
}
.BgClassName
{
background-color: #9C9497;
}
</style>
border-color css
<style>
span { border-color: #9C9497; }
span { border-color: rgb(156,148,151); }
td.TdClassName
{
border-color: #9C9497;
}
.TagClassName
{
border-color: #9C9497;
}
</style>