Shades of Shady Lady #9B9294
Tints of Shady Lady #9B9294
RGB
CMYK
RGB Variations
Color information
#9B9294 (or 0x9B9294) is known color: Shady Lady. HEX triplet: 9B, 92 and 94. RGB value is (155,146,148). Sum of RGB (Red+Green+Blue) = 155+146+148=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9294 is #646D6B. Grayscale: #949494. Windows color (decimal): -6581612 or 9736859. OLE color: 9736859.
HSL color Cylindrical-coordinate representation of color #9B9294: hue angle of 346.67º 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 #9B9294 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 148 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.39 |
| HSL | 346.67º | 0.04% | 0.59% | - |
| HSV(B) | 346.67º | 0.06% | 0.61% | - |
| XYZ | 29.14 | 29.66 | 32.21 | - |
| YUV | 148.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 148 | 0 | 0.06 | 0.05 | 0.39 | 346.67 | 0.04 | 0.59 |
| Hex | 9B | 92 | 94 | 0 | 6 | 5 | 27 | 15B | 4 | 3B |
| Octal | 233 | 222 | 224 | 0 | 6 | 5 | 47 | 533 | 4 | 73 |
| Binary | 10011011 | 10010010 | 10010100 | 0 | 110 | 101 | 100111 | 101011011 | 100 | 111011 |
Color Harmonies of #9B9294
Complementary color
Monochromatic Colors of #9B9294
Black with #9B9294
Text Example
Text Example
White with #9B9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9294; }
p { color: rgb(155,146,148); }
H1.HeaderClassName
{
color: #9B9294;
}
.AnyTagClassName
{
color: #9B9294;
}
</style>
background-color css
<style>
a { background-color: #9B9294; }
a { background-color: rgb(155,146,148); }
div.DivClassName
{
background-color: #9B9294;
}
.BgClassName
{
background-color: #9B9294;
}
</style>
border-color css
<style>
span { border-color: #9B9294; }
span { border-color: rgb(155,146,148); }
td.TdClassName
{
border-color: #9B9294;
}
.TagClassName
{
border-color: #9B9294;
}
</style>