Shades of Shady Lady #9B9399
Tints of Shady Lady #9B9399
RGB
CMYK
RGB Variations
Color information
#9B9399 (or 0x9B9399) is known color: Shady Lady. HEX triplet: 9B, 93 and 99. RGB value is (155,147,153). Sum of RGB (Red+Green+Blue) = 155+147+153=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9399 is #646C66. Grayscale: #969696. Windows color (decimal): -6581351 or 10064795. OLE color: 10064795.
HSL color Cylindrical-coordinate representation of color #9B9399: hue angle of 315º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9399 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 153 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.39 |
| HSL | 315º | 0.04% | 0.59% | - |
| HSV(B) | 315º | 0.05% | 0.61% | - |
| XYZ | 29.7 | 30.14 | 34.39 | - |
| YUV | 150.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 153 | 0 | 0.05 | 0.01 | 0.39 | 315 | 0.04 | 0.59 |
| Hex | 9B | 93 | 99 | 0 | 5 | 1 | 27 | 13B | 4 | 3B |
| Octal | 233 | 223 | 231 | 0 | 5 | 1 | 47 | 473 | 4 | 73 |
| Binary | 10011011 | 10010011 | 10011001 | 0 | 101 | 1 | 100111 | 100111011 | 100 | 111011 |
Color Harmonies of #9B9399
Complementary color
Monochromatic Colors of #9B9399
Black with #9B9399
Text Example
Text Example
White with #9B9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9399; }
p { color: rgb(155,147,153); }
H1.HeaderClassName
{
color: #9B9399;
}
.AnyTagClassName
{
color: #9B9399;
}
</style>
background-color css
<style>
a { background-color: #9B9399; }
a { background-color: rgb(155,147,153); }
div.DivClassName
{
background-color: #9B9399;
}
.BgClassName
{
background-color: #9B9399;
}
</style>
border-color css
<style>
span { border-color: #9B9399; }
span { border-color: rgb(155,147,153); }
td.TdClassName
{
border-color: #9B9399;
}
.TagClassName
{
border-color: #9B9399;
}
</style>