Shades of Shady Lady #9F9A9B
Tints of Shady Lady #9F9A9B
RGB
CMYK
RGB Variations
Color information
#9F9A9B (or 0x9F9A9B) is known color: Shady Lady. HEX triplet: 9F, 9A and 9B. RGB value is (159,154,155). Sum of RGB (Red+Green+Blue) = 159+154+155=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A9B is #606564. Grayscale: #9B9B9B. Windows color (decimal): -6317413 or 10197663. OLE color: 10197663.
HSL color Cylindrical-coordinate representation of color #9F9A9B: hue angle of 348º degrees, saturation: 0.03, 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 #9F9A9B is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 155 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.38 |
| HSL | 348º | 0.03% | 0.61% | - |
| HSV(B) | 348º | 0.03% | 0.62% | - |
| XYZ | 31.77 | 32.85 | 35.68 | - |
| YUV | 155.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 155 | 0 | 0.03 | 0.03 | 0.38 | 348 | 0.03 | 0.61 |
| Hex | 9F | 9A | 9B | 0 | 3 | 3 | 26 | 15C | 3 | 3D |
| Octal | 237 | 232 | 233 | 0 | 3 | 3 | 46 | 534 | 3 | 75 |
| Binary | 10011111 | 10011010 | 10011011 | 0 | 11 | 11 | 100110 | 101011100 | 11 | 111101 |
Color Harmonies of #9F9A9B
Complementary color
Monochromatic Colors of #9F9A9B
Black with #9F9A9B
Text Example
Text Example
White with #9F9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A9B; }
p { color: rgb(159,154,155); }
H1.HeaderClassName
{
color: #9F9A9B;
}
.AnyTagClassName
{
color: #9F9A9B;
}
</style>
background-color css
<style>
a { background-color: #9F9A9B; }
a { background-color: rgb(159,154,155); }
div.DivClassName
{
background-color: #9F9A9B;
}
.BgClassName
{
background-color: #9F9A9B;
}
</style>
border-color css
<style>
span { border-color: #9F9A9B; }
span { border-color: rgb(159,154,155); }
td.TdClassName
{
border-color: #9F9A9B;
}
.TagClassName
{
border-color: #9F9A9B;
}
</style>