Shades of Shady Lady #9B8B92
Tints of Shady Lady #9B8B92
RGB
CMYK
RGB Variations
Color information
#9B8B92 (or 0x9B8B92) is known color: Shady Lady. HEX triplet: 9B, 8B and 92. RGB value is (155,139,146). Sum of RGB (Red+Green+Blue) = 155+139+146=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B92 is #64746D. Grayscale: #909090. Windows color (decimal): -6583406 or 9603995. OLE color: 9603995.
HSL color Cylindrical-coordinate representation of color #9B8B92: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8B92 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 146 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.39 |
| HSL | 333.75º | 0.07% | 0.58% | - |
| HSV(B) | 333.75º | 0.1% | 0.61% | - |
| XYZ | 27.94 | 27.51 | 31.03 | - |
| YUV | 144.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 146 | 0 | 0.10 | 0.06 | 0.39 | 333.75 | 0.07 | 0.58 |
| Hex | 9B | 8B | 92 | 0 | A | 6 | 27 | 14E | 7 | 3A |
| Octal | 233 | 213 | 222 | 0 | 12 | 6 | 47 | 516 | 7 | 72 |
| Binary | 10011011 | 10001011 | 10010010 | 0 | 1010 | 110 | 100111 | 101001110 | 111 | 111010 |
Color Harmonies of #9B8B92
Complementary color
Monochromatic Colors of #9B8B92
Black with #9B8B92
Text Example
Text Example
White with #9B8B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B92; }
p { color: rgb(155,139,146); }
H1.HeaderClassName
{
color: #9B8B92;
}
.AnyTagClassName
{
color: #9B8B92;
}
</style>
background-color css
<style>
a { background-color: #9B8B92; }
a { background-color: rgb(155,139,146); }
div.DivClassName
{
background-color: #9B8B92;
}
.BgClassName
{
background-color: #9B8B92;
}
</style>
border-color css
<style>
span { border-color: #9B8B92; }
span { border-color: rgb(155,139,146); }
td.TdClassName
{
border-color: #9B8B92;
}
.TagClassName
{
border-color: #9B8B92;
}
</style>