Shades of Grey Suit #96929C
Tints of Grey Suit #96929C
RGB
CMYK
RGB Variations
Color information
#96929C (or 0x96929C) is known color: Grey Suit. HEX triplet: 96, 92 and 9C. RGB value is (150,146,156). Sum of RGB (Red+Green+Blue) = 150+146+156=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #96929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96929C is #696D63. Grayscale: #949494. Windows color (decimal): -6909284 or 10261142. OLE color: 10261142.
HSL color Cylindrical-coordinate representation of color #96929C: hue angle of 264º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96929C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 146 | 156 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.39 |
| HSL | 264º | 0.05% | 0.59% | - |
| HSV(B) | 264º | 0.06% | 0.61% | - |
| XYZ | 28.86 | 29.44 | 35.61 | - |
| YUV | 148.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 156 | 0.04 | 0.06 | 0 | 0.39 | 264 | 0.05 | 0.59 |
| Hex | 96 | 92 | 9C | 4 | 6 | 0 | 27 | 108 | 5 | 3B |
| Octal | 226 | 222 | 234 | 4 | 6 | 0 | 47 | 410 | 5 | 73 |
| Binary | 10010110 | 10010010 | 10011100 | 100 | 110 | 0 | 100111 | 100001000 | 101 | 111011 |
Color Harmonies of #96929C
Complementary color
Monochromatic Colors of #96929C
Black with #96929C
Text Example
Text Example
White with #96929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96929C; }
p { color: rgb(150,146,156); }
H1.HeaderClassName
{
color: #96929C;
}
.AnyTagClassName
{
color: #96929C;
}
</style>
background-color css
<style>
a { background-color: #96929C; }
a { background-color: rgb(150,146,156); }
div.DivClassName
{
background-color: #96929C;
}
.BgClassName
{
background-color: #96929C;
}
</style>
border-color css
<style>
span { border-color: #96929C; }
span { border-color: rgb(150,146,156); }
td.TdClassName
{
border-color: #96929C;
}
.TagClassName
{
border-color: #96929C;
}
</style>