Shades of Shady Lady #969495
Tints of Shady Lady #969495
RGB
CMYK
RGB Variations
Color information
#969495 (or 0x969495) is known color: Shady Lady. HEX triplet: 96, 94 and 95. RGB value is (150,148,149). Sum of RGB (Red+Green+Blue) = 150+148+149=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 150 - color contains mainly: red. Hex color #969495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969495 is #696B6A. Grayscale: #949494. Windows color (decimal): -6908779 or 9802902. OLE color: 9802902.
HSL color Cylindrical-coordinate representation of color #969495: hue angle of 330º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969495 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 148 | 149 | - |
CMYK | 0 | 0.01 | 0.01 | 0.41 |
HSL | 330º | 0.01% | 0.58% | - |
HSV(B) | 330º | 0.01% | 0.59% | - |
XYZ | 28.59 | 29.83 | 32.69 | - |
YUV | 148.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 148 | 149 | 0 | 0.01 | 0.01 | 0.41 | 330 | 0.01 | 0.58 |
Hex | 96 | 94 | 95 | 0 | 1 | 1 | 29 | 14A | 1 | 3A |
Octal | 226 | 224 | 225 | 0 | 1 | 1 | 51 | 512 | 1 | 72 |
Binary | 10010110 | 10010100 | 10010101 | 0 | 1 | 1 | 101001 | 101001010 | 1 | 111010 |
Color Harmonies of #969495
Complementary color
Monochromatic Colors of #969495
Black with #969495
Text Example
Text Example
White with #969495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969495; }
p { color: rgb(150,148,149); }
H1.HeaderClassName
{
color: #969495;
}
.AnyTagClassName
{
color: #969495;
}
</style>
background-color css
<style>
a { background-color: #969495; }
a { background-color: rgb(150,148,149); }
div.DivClassName
{
background-color: #969495;
}
.BgClassName
{
background-color: #969495;
}
</style>
border-color css
<style>
span { border-color: #969495; }
span { border-color: rgb(150,148,149); }
td.TdClassName
{
border-color: #969495;
}
.TagClassName
{
border-color: #969495;
}
</style>