Shades of Grey Suit #96929D
Tints of Grey Suit #96929D
RGB
CMYK
RGB Variations
Color information
#96929D (or 0x96929D) is known color: Grey Suit. HEX triplet: 96, 92 and 9D. RGB value is (150,146,157). Sum of RGB (Red+Green+Blue) = 150+146+157=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #96929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96929D is #696D62. Grayscale: #949494. Windows color (decimal): -6909283 or 10326678. OLE color: 10326678.
HSL color Cylindrical-coordinate representation of color #96929D: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96929D is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 146 | 157 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.38 |
| HSL | 261.82º | 0.05% | 0.59% | - |
| HSV(B) | 261.82º | 0.07% | 0.62% | - |
| XYZ | 28.94 | 29.48 | 36.06 | - |
| YUV | 148.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 157 | 0.04 | 0.07 | 0 | 0.38 | 261.82 | 0.05 | 0.59 |
| Hex | 96 | 92 | 9D | 4 | 7 | 0 | 26 | 106 | 5 | 3B |
| Octal | 226 | 222 | 235 | 4 | 7 | 0 | 46 | 406 | 5 | 73 |
| Binary | 10010110 | 10010010 | 10011101 | 100 | 111 | 0 | 100110 | 100000110 | 101 | 111011 |
Color Harmonies of #96929D
Complementary color
Monochromatic Colors of #96929D
Black with #96929D
Text Example
Text Example
White with #96929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96929D; }
p { color: rgb(150,146,157); }
H1.HeaderClassName
{
color: #96929D;
}
.AnyTagClassName
{
color: #96929D;
}
</style>
background-color css
<style>
a { background-color: #96929D; }
a { background-color: rgb(150,146,157); }
div.DivClassName
{
background-color: #96929D;
}
.BgClassName
{
background-color: #96929D;
}
</style>
border-color css
<style>
span { border-color: #96929D; }
span { border-color: rgb(150,146,157); }
td.TdClassName
{
border-color: #96929D;
}
.TagClassName
{
border-color: #96929D;
}
</style>