Shades of Shady Lady #9B8D94
Tints of Shady Lady #9B8D94
RGB
CMYK
RGB Variations
Color information
#9B8D94 (or 0x9B8D94) is known color: Shady Lady. HEX triplet: 9B, 8D and 94. RGB value is (155,141,148). Sum of RGB (Red+Green+Blue) = 155+141+148=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D94 is #64726B. Grayscale: #919191. Windows color (decimal): -6582892 or 9735579. OLE color: 9735579.
HSL color Cylindrical-coordinate representation of color #9B8D94: hue angle of 330º 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 #9B8D94 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 148 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.39 |
| HSL | 330º | 0.07% | 0.58% | - |
| HSV(B) | 330º | 0.09% | 0.61% | - |
| XYZ | 28.39 | 28.16 | 31.96 | - |
| YUV | 145.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 148 | 0 | 0.09 | 0.05 | 0.39 | 330 | 0.07 | 0.58 |
| Hex | 9B | 8D | 94 | 0 | 9 | 5 | 27 | 14A | 7 | 3A |
| Octal | 233 | 215 | 224 | 0 | 11 | 5 | 47 | 512 | 7 | 72 |
| Binary | 10011011 | 10001101 | 10010100 | 0 | 1001 | 101 | 100111 | 101001010 | 111 | 111010 |
Color Harmonies of #9B8D94
Complementary color
Monochromatic Colors of #9B8D94
Black with #9B8D94
Text Example
Text Example
White with #9B8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D94; }
p { color: rgb(155,141,148); }
H1.HeaderClassName
{
color: #9B8D94;
}
.AnyTagClassName
{
color: #9B8D94;
}
</style>
background-color css
<style>
a { background-color: #9B8D94; }
a { background-color: rgb(155,141,148); }
div.DivClassName
{
background-color: #9B8D94;
}
.BgClassName
{
background-color: #9B8D94;
}
</style>
border-color css
<style>
span { border-color: #9B8D94; }
span { border-color: rgb(155,141,148); }
td.TdClassName
{
border-color: #9B8D94;
}
.TagClassName
{
border-color: #9B8D94;
}
</style>