Shades of Shady Lady #9B9293
Tints of Shady Lady #9B9293
RGB
CMYK
RGB Variations
Color information
#9B9293 (or 0x9B9293) is known color: Shady Lady. HEX triplet: 9B, 92 and 93. RGB value is (155,146,147). Sum of RGB (Red+Green+Blue) = 155+146+147=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9293 is #646D6C. Grayscale: #949494. Windows color (decimal): -6581613 or 9671323. OLE color: 9671323.
HSL color Cylindrical-coordinate representation of color #9B9293: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9293 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 147 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.39 |
| HSL | 353.33º | 0.04% | 0.59% | - |
| HSV(B) | 353.33º | 0.06% | 0.61% | - |
| XYZ | 29.06 | 29.63 | 31.79 | - |
| YUV | 148.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 147 | 0 | 0.06 | 0.05 | 0.39 | 353.33 | 0.04 | 0.59 |
| Hex | 9B | 92 | 93 | 0 | 6 | 5 | 27 | 161 | 4 | 3B |
| Octal | 233 | 222 | 223 | 0 | 6 | 5 | 47 | 541 | 4 | 73 |
| Binary | 10011011 | 10010010 | 10010011 | 0 | 110 | 101 | 100111 | 101100001 | 100 | 111011 |
Color Harmonies of #9B9293
Complementary color
Monochromatic Colors of #9B9293
Black with #9B9293
Text Example
Text Example
White with #9B9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9293; }
p { color: rgb(155,146,147); }
H1.HeaderClassName
{
color: #9B9293;
}
.AnyTagClassName
{
color: #9B9293;
}
</style>
background-color css
<style>
a { background-color: #9B9293; }
a { background-color: rgb(155,146,147); }
div.DivClassName
{
background-color: #9B9293;
}
.BgClassName
{
background-color: #9B9293;
}
</style>
border-color css
<style>
span { border-color: #9B9293; }
span { border-color: rgb(155,146,147); }
td.TdClassName
{
border-color: #9B9293;
}
.TagClassName
{
border-color: #9B9293;
}
</style>