Shades of Grey Suit #96939D
Tints of Grey Suit #96939D
RGB
CMYK
RGB Variations
Color information
#96939D (or 0x96939D) is known color: Grey Suit. HEX triplet: 96, 93 and 9D. RGB value is (150,147,157). Sum of RGB (Red+Green+Blue) = 150+147+157=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #96939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96939D is #696C62. Grayscale: #959595. Windows color (decimal): -6909027 or 10326934. OLE color: 10326934.
HSL color Cylindrical-coordinate representation of color #96939D: hue angle of 258º 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 #96939D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 147 | 157 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.38 |
| HSL | 258º | 0.05% | 0.6% | - |
| HSV(B) | 258º | 0.06% | 0.62% | - |
| XYZ | 29.1 | 29.79 | 36.11 | - |
| YUV | 149.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 157 | 0.04 | 0.06 | 0 | 0.38 | 258 | 0.05 | 0.6 |
| Hex | 96 | 93 | 9D | 4 | 6 | 0 | 26 | 102 | 5 | 3C |
| Octal | 226 | 223 | 235 | 4 | 6 | 0 | 46 | 402 | 5 | 74 |
| Binary | 10010110 | 10010011 | 10011101 | 100 | 110 | 0 | 100110 | 100000010 | 101 | 111100 |
Color Harmonies of #96939D
Complementary color
Monochromatic Colors of #96939D
Black with #96939D
Text Example
Text Example
White with #96939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96939D; }
p { color: rgb(150,147,157); }
H1.HeaderClassName
{
color: #96939D;
}
.AnyTagClassName
{
color: #96939D;
}
</style>
background-color css
<style>
a { background-color: #96939D; }
a { background-color: rgb(150,147,157); }
div.DivClassName
{
background-color: #96939D;
}
.BgClassName
{
background-color: #96939D;
}
</style>
border-color css
<style>
span { border-color: #96939D; }
span { border-color: rgb(150,147,157); }
td.TdClassName
{
border-color: #96939D;
}
.TagClassName
{
border-color: #96939D;
}
</style>