Shades of Shady Lady #9F9299
Tints of Shady Lady #9F9299
RGB
CMYK
RGB Variations
Color information
#9F9299 (or 0x9F9299) is known color: Shady Lady. HEX triplet: 9F, 92 and 99. RGB value is (159,146,153). Sum of RGB (Red+Green+Blue) = 159+146+153=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9299 is #606D66. Grayscale: #969696. Windows color (decimal): -6319463 or 10064543. OLE color: 10064543.
HSL color Cylindrical-coordinate representation of color #9F9299: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9299 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 153 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.38 |
| HSL | 327.69º | 0.06% | 0.6% | - |
| HSV(B) | 327.69º | 0.08% | 0.62% | - |
| XYZ | 30.33 | 30.23 | 34.37 | - |
| YUV | 150.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 153 | 0 | 0.08 | 0.04 | 0.38 | 327.69 | 0.06 | 0.6 |
| Hex | 9F | 92 | 99 | 0 | 8 | 4 | 26 | 148 | 6 | 3C |
| Octal | 237 | 222 | 231 | 0 | 10 | 4 | 46 | 510 | 6 | 74 |
| Binary | 10011111 | 10010010 | 10011001 | 0 | 1000 | 100 | 100110 | 101001000 | 110 | 111100 |
Color Harmonies of #9F9299
Complementary color
Monochromatic Colors of #9F9299
Black with #9F9299
Text Example
Text Example
White with #9F9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9299; }
p { color: rgb(159,146,153); }
H1.HeaderClassName
{
color: #9F9299;
}
.AnyTagClassName
{
color: #9F9299;
}
</style>
background-color css
<style>
a { background-color: #9F9299; }
a { background-color: rgb(159,146,153); }
div.DivClassName
{
background-color: #9F9299;
}
.BgClassName
{
background-color: #9F9299;
}
</style>
border-color css
<style>
span { border-color: #9F9299; }
span { border-color: rgb(159,146,153); }
td.TdClassName
{
border-color: #9F9299;
}
.TagClassName
{
border-color: #9F9299;
}
</style>