Shades of Shady Lady #9B8D92
Tints of Shady Lady #9B8D92
RGB
CMYK
RGB Variations
Color information
#9B8D92 (or 0x9B8D92) is known color: Shady Lady. HEX triplet: 9B, 8D and 92. RGB value is (155,141,146). Sum of RGB (Red+Green+Blue) = 155+141+146=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D92 is #64726D. Grayscale: #919191. Windows color (decimal): -6582894 or 9604507. OLE color: 9604507.
HSL color Cylindrical-coordinate representation of color #9B8D92: hue angle of 338.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B8D92 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 146 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.39 |
| HSL | 338.57º | 0.07% | 0.58% | - |
| HSV(B) | 338.57º | 0.09% | 0.61% | - |
| XYZ | 28.23 | 28.09 | 31.13 | - |
| YUV | 145.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 146 | 0 | 0.09 | 0.06 | 0.39 | 338.57 | 0.07 | 0.58 |
| Hex | 9B | 8D | 92 | 0 | 9 | 6 | 27 | 153 | 7 | 3A |
| Octal | 233 | 215 | 222 | 0 | 11 | 6 | 47 | 523 | 7 | 72 |
| Binary | 10011011 | 10001101 | 10010010 | 0 | 1001 | 110 | 100111 | 101010011 | 111 | 111010 |
Color Harmonies of #9B8D92
Complementary color
Monochromatic Colors of #9B8D92
Black with #9B8D92
Text Example
Text Example
White with #9B8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D92; }
p { color: rgb(155,141,146); }
H1.HeaderClassName
{
color: #9B8D92;
}
.AnyTagClassName
{
color: #9B8D92;
}
</style>
background-color css
<style>
a { background-color: #9B8D92; }
a { background-color: rgb(155,141,146); }
div.DivClassName
{
background-color: #9B8D92;
}
.BgClassName
{
background-color: #9B8D92;
}
</style>
border-color css
<style>
span { border-color: #9B8D92; }
span { border-color: rgb(155,141,146); }
td.TdClassName
{
border-color: #9B8D92;
}
.TagClassName
{
border-color: #9B8D92;
}
</style>