Shades of Grey Suit #96919F
Tints of Grey Suit #96919F
RGB
CMYK
RGB Variations
Color information
#96919F (or 0x96919F) is known color: Grey Suit. HEX triplet: 96, 91 and 9F. RGB value is (150,145,159). Sum of RGB (Red+Green+Blue) = 150+145+159=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 159 - color contains mainly: blue. Hex color #96919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919F is #696E60. Grayscale: #949494. Windows color (decimal): -6909537 or 10457494. OLE color: 10457494.
HSL color Cylindrical-coordinate representation of color #96919F: hue angle of 261.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96919F is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 145 | 159 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.38 |
| HSL | 261.43º | 0.07% | 0.6% | - |
| HSV(B) | 261.43º | 0.09% | 0.62% | - |
| XYZ | 28.96 | 29.24 | 36.92 | - |
| YUV | 148.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 159 | 0.06 | 0.09 | 0 | 0.38 | 261.43 | 0.07 | 0.6 |
| Hex | 96 | 91 | 9F | 6 | 9 | 0 | 26 | 105 | 7 | 3C |
| Octal | 226 | 221 | 237 | 6 | 11 | 0 | 46 | 405 | 7 | 74 |
| Binary | 10010110 | 10010001 | 10011111 | 110 | 1001 | 0 | 100110 | 100000101 | 111 | 111100 |
Color Harmonies of #96919F
Complementary color
Monochromatic Colors of #96919F
Black with #96919F
Text Example
Text Example
White with #96919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96919F; }
p { color: rgb(150,145,159); }
H1.HeaderClassName
{
color: #96919F;
}
.AnyTagClassName
{
color: #96919F;
}
</style>
background-color css
<style>
a { background-color: #96919F; }
a { background-color: rgb(150,145,159); }
div.DivClassName
{
background-color: #96919F;
}
.BgClassName
{
background-color: #96919F;
}
</style>
border-color css
<style>
span { border-color: #96919F; }
span { border-color: rgb(150,145,159); }
td.TdClassName
{
border-color: #96919F;
}
.TagClassName
{
border-color: #96919F;
}
</style>