Shades of Grey Suit #969499
Tints of Grey Suit #969499
RGB
CMYK
RGB Variations
Color information
#969499 (or 0x969499) is known color: Grey Suit. HEX triplet: 96, 94 and 99. RGB value is (150,148,153). Sum of RGB (Red+Green+Blue) = 150+148+153=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #969499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969499 is #696B66. Grayscale: #959595. Windows color (decimal): -6908775 or 10065046. OLE color: 10065046.
HSL color Cylindrical-coordinate representation of color #969499: hue angle of 264º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969499 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 150 | 148 | 153 | - |
CMYK | 0.02 | 0.03 | 0 | 0.4 |
HSL | 264º | 0.02% | 0.59% | - |
HSV(B) | 264º | 0.03% | 0.6% | - |
XYZ | 28.92 | 29.96 | 34.4 | - |
YUV | 149.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 148 | 153 | 0.02 | 0.03 | 0 | 0.4 | 264 | 0.02 | 0.59 |
Hex | 96 | 94 | 99 | 2 | 3 | 0 | 28 | 108 | 2 | 3B |
Octal | 226 | 224 | 231 | 2 | 3 | 0 | 50 | 410 | 2 | 73 |
Binary | 10010110 | 10010100 | 10011001 | 10 | 11 | 0 | 101000 | 100001000 | 10 | 111011 |
Color Harmonies of #969499
Complementary color
Monochromatic Colors of #969499
Black with #969499
Text Example
Text Example
White with #969499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969499; }
p { color: rgb(150,148,153); }
H1.HeaderClassName
{
color: #969499;
}
.AnyTagClassName
{
color: #969499;
}
</style>
background-color css
<style>
a { background-color: #969499; }
a { background-color: rgb(150,148,153); }
div.DivClassName
{
background-color: #969499;
}
.BgClassName
{
background-color: #969499;
}
</style>
border-color css
<style>
span { border-color: #969499; }
span { border-color: rgb(150,148,153); }
td.TdClassName
{
border-color: #969499;
}
.TagClassName
{
border-color: #969499;
}
</style>