Shades of Grey Suit #96949E
Tints of Grey Suit #96949E
RGB
CMYK
RGB Variations
Color information
#96949E (or 0x96949E) is known color: Grey Suit. HEX triplet: 96, 94 and 9E. RGB value is (150,148,158). Sum of RGB (Red+Green+Blue) = 150+148+158=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 158 - color contains mainly: blue. Hex color #96949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96949E is #696B61. Grayscale: #959595. Windows color (decimal): -6908770 or 10392726. OLE color: 10392726.
HSL color Cylindrical-coordinate representation of color #96949E: hue angle of 252º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96949E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 148 | 158 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.38 |
| HSL | 252º | 0.05% | 0.6% | - |
| HSV(B) | 252º | 0.06% | 0.62% | - |
| XYZ | 29.34 | 30.13 | 36.62 | - |
| YUV | 149.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 158 | 0.05 | 0.06 | 0 | 0.38 | 252 | 0.05 | 0.6 |
| Hex | 96 | 94 | 9E | 5 | 6 | 0 | 26 | FC | 5 | 3C |
| Octal | 226 | 224 | 236 | 5 | 6 | 0 | 46 | 374 | 5 | 74 |
| Binary | 10010110 | 10010100 | 10011110 | 101 | 110 | 0 | 100110 | 11111100 | 101 | 111100 |
Color Harmonies of #96949E
Complementary color
Monochromatic Colors of #96949E
Black with #96949E
Text Example
Text Example
White with #96949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96949E; }
p { color: rgb(150,148,158); }
H1.HeaderClassName
{
color: #96949E;
}
.AnyTagClassName
{
color: #96949E;
}
</style>
background-color css
<style>
a { background-color: #96949E; }
a { background-color: rgb(150,148,158); }
div.DivClassName
{
background-color: #96949E;
}
.BgClassName
{
background-color: #96949E;
}
</style>
border-color css
<style>
span { border-color: #96949E; }
span { border-color: rgb(150,148,158); }
td.TdClassName
{
border-color: #96949E;
}
.TagClassName
{
border-color: #96949E;
}
</style>