Shades of Shady Lady #9F959C
Tints of Shady Lady #9F959C
RGB
CMYK
RGB Variations
Color information
#9F959C (or 0x9F959C) is known color: Shady Lady. HEX triplet: 9F, 95 and 9C. RGB value is (159,149,156). Sum of RGB (Red+Green+Blue) = 159+149+156=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 159 - color contains mainly: red. Hex color #9F959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F959C is #606A63. Grayscale: #989898. Windows color (decimal): -6318692 or 10261919. OLE color: 10261919.
HSL color Cylindrical-coordinate representation of color #9F959C: hue angle of 318º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F959C is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 156 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.38 |
| HSL | 318º | 0.05% | 0.6% | - |
| HSV(B) | 318º | 0.06% | 0.62% | - |
| XYZ | 31.05 | 31.27 | 35.85 | - |
| YUV | 152.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 156 | 0 | 0.06 | 0.02 | 0.38 | 318 | 0.05 | 0.6 |
| Hex | 9F | 95 | 9C | 0 | 6 | 2 | 26 | 13E | 5 | 3C |
| Octal | 237 | 225 | 234 | 0 | 6 | 2 | 46 | 476 | 5 | 74 |
| Binary | 10011111 | 10010101 | 10011100 | 0 | 110 | 10 | 100110 | 100111110 | 101 | 111100 |
Color Harmonies of #9F959C
Complementary color
Monochromatic Colors of #9F959C
Black with #9F959C
Text Example
Text Example
White with #9F959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F959C; }
p { color: rgb(159,149,156); }
H1.HeaderClassName
{
color: #9F959C;
}
.AnyTagClassName
{
color: #9F959C;
}
</style>
background-color css
<style>
a { background-color: #9F959C; }
a { background-color: rgb(159,149,156); }
div.DivClassName
{
background-color: #9F959C;
}
.BgClassName
{
background-color: #9F959C;
}
</style>
border-color css
<style>
span { border-color: #9F959C; }
span { border-color: rgb(159,149,156); }
td.TdClassName
{
border-color: #9F959C;
}
.TagClassName
{
border-color: #9F959C;
}
</style>