Shades of Shady Lady #9D9195
Tints of Shady Lady #9D9195
RGB
CMYK
RGB Variations
Color information
#9D9195 (or 0x9D9195) is known color: Shady Lady. HEX triplet: 9D, 91 and 95. RGB value is (157,145,149). Sum of RGB (Red+Green+Blue) = 157+145+149=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9195 is #626E6A. Grayscale: #959595. Windows color (decimal): -6450795 or 9802141. OLE color: 9802141.
HSL color Cylindrical-coordinate representation of color #9D9195: hue angle of 340º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9195 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 149 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.38 |
| HSL | 340º | 0.06% | 0.59% | - |
| HSV(B) | 340º | 0.08% | 0.62% | - |
| XYZ | 29.45 | 29.59 | 32.59 | - |
| YUV | 149.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 149 | 0 | 0.08 | 0.05 | 0.38 | 340 | 0.06 | 0.59 |
| Hex | 9D | 91 | 95 | 0 | 8 | 5 | 26 | 154 | 6 | 3B |
| Octal | 235 | 221 | 225 | 0 | 10 | 5 | 46 | 524 | 6 | 73 |
| Binary | 10011101 | 10010001 | 10010101 | 0 | 1000 | 101 | 100110 | 101010100 | 110 | 111011 |
Color Harmonies of #9D9195
Complementary color
Monochromatic Colors of #9D9195
Black with #9D9195
Text Example
Text Example
White with #9D9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9195; }
p { color: rgb(157,145,149); }
H1.HeaderClassName
{
color: #9D9195;
}
.AnyTagClassName
{
color: #9D9195;
}
</style>
background-color css
<style>
a { background-color: #9D9195; }
a { background-color: rgb(157,145,149); }
div.DivClassName
{
background-color: #9D9195;
}
.BgClassName
{
background-color: #9D9195;
}
</style>
border-color css
<style>
span { border-color: #9D9195; }
span { border-color: rgb(157,145,149); }
td.TdClassName
{
border-color: #9D9195;
}
.TagClassName
{
border-color: #9D9195;
}
</style>