Shades of Shady Lady #9D999C
Tints of Shady Lady #9D999C
RGB
CMYK
RGB Variations
Color information
#9D999C (or 0x9D999C) is known color: Shady Lady. HEX triplet: 9D, 99 and 9C. RGB value is (157,153,156). Sum of RGB (Red+Green+Blue) = 157+153+156=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 157 - color contains mainly: red. Hex color #9D999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D999C is #626663. Grayscale: #9A9A9A. Windows color (decimal): -6448740 or 10262941. OLE color: 10262941.
HSL color Cylindrical-coordinate representation of color #9D999C: hue angle of 315º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9D999C is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 156 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.38 |
| HSL | 315º | 0.02% | 0.61% | - |
| HSV(B) | 315º | 0.03% | 0.62% | - |
| XYZ | 31.3 | 32.35 | 36.05 | - |
| YUV | 154.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 156 | 0 | 0.03 | 0.01 | 0.38 | 315 | 0.02 | 0.61 |
| Hex | 9D | 99 | 9C | 0 | 3 | 1 | 26 | 13B | 2 | 3D |
| Octal | 235 | 231 | 234 | 0 | 3 | 1 | 46 | 473 | 2 | 75 |
| Binary | 10011101 | 10011001 | 10011100 | 0 | 11 | 1 | 100110 | 100111011 | 10 | 111101 |
Color Harmonies of #9D999C
Complementary color
Monochromatic Colors of #9D999C
Black with #9D999C
Text Example
Text Example
White with #9D999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D999C; }
p { color: rgb(157,153,156); }
H1.HeaderClassName
{
color: #9D999C;
}
.AnyTagClassName
{
color: #9D999C;
}
</style>
background-color css
<style>
a { background-color: #9D999C; }
a { background-color: rgb(157,153,156); }
div.DivClassName
{
background-color: #9D999C;
}
.BgClassName
{
background-color: #9D999C;
}
</style>
border-color css
<style>
span { border-color: #9D999C; }
span { border-color: rgb(157,153,156); }
td.TdClassName
{
border-color: #9D999C;
}
.TagClassName
{
border-color: #9D999C;
}
</style>