Shades of Shady Lady #9B8F95
Tints of Shady Lady #9B8F95
RGB
CMYK
RGB Variations
Color information
#9B8F95 (or 0x9B8F95) is known color: Shady Lady. HEX triplet: 9B, 8F and 95. RGB value is (155,143,149). Sum of RGB (Red+Green+Blue) = 155+143+149=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F95 is #64706A. Grayscale: #939393. Windows color (decimal): -6582379 or 9801627. OLE color: 9801627.
HSL color Cylindrical-coordinate representation of color #9B8F95: hue angle of 330º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B8F95 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 149 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.39 |
| HSL | 330º | 0.06% | 0.58% | - |
| HSV(B) | 330º | 0.08% | 0.61% | - |
| XYZ | 28.76 | 28.78 | 32.47 | - |
| YUV | 147.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 149 | 0 | 0.08 | 0.04 | 0.39 | 330 | 0.06 | 0.58 |
| Hex | 9B | 8F | 95 | 0 | 8 | 4 | 27 | 14A | 6 | 3A |
| Octal | 233 | 217 | 225 | 0 | 10 | 4 | 47 | 512 | 6 | 72 |
| Binary | 10011011 | 10001111 | 10010101 | 0 | 1000 | 100 | 100111 | 101001010 | 110 | 111010 |
Color Harmonies of #9B8F95
Complementary color
Monochromatic Colors of #9B8F95
Black with #9B8F95
Text Example
Text Example
White with #9B8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F95; }
p { color: rgb(155,143,149); }
H1.HeaderClassName
{
color: #9B8F95;
}
.AnyTagClassName
{
color: #9B8F95;
}
</style>
background-color css
<style>
a { background-color: #9B8F95; }
a { background-color: rgb(155,143,149); }
div.DivClassName
{
background-color: #9B8F95;
}
.BgClassName
{
background-color: #9B8F95;
}
</style>
border-color css
<style>
span { border-color: #9B8F95; }
span { border-color: rgb(155,143,149); }
td.TdClassName
{
border-color: #9B8F95;
}
.TagClassName
{
border-color: #9B8F95;
}
</style>