Shades of Grey Suit #818096
Tints of Grey Suit #818096
RGB
CMYK
RGB Variations
Color information
#818096 (or 0x818096) is known color: Grey Suit. HEX triplet: 81, 80 and 96. RGB value is (129,128,150). Sum of RGB (Red+Green+Blue) = 129+128+150=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #818096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818096 is #7E7F69. Grayscale: #828282. Windows color (decimal): -8290154 or 9863297. OLE color: 9863297.
HSL color Cylindrical-coordinate representation of color #818096: hue angle of 242.73º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818096 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 128 | 150 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.41 |
| HSL | 242.73º | 0.09% | 0.55% | - |
| HSV(B) | 242.73º | 0.15% | 0.59% | - |
| XYZ | 22.28 | 22.31 | 31.99 | - |
| YUV | 130.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 150 | 0.14 | 0.15 | 0 | 0.41 | 242.73 | 0.09 | 0.55 |
| Hex | 81 | 80 | 96 | E | F | 0 | 29 | F3 | 9 | 37 |
| Octal | 201 | 200 | 226 | 16 | 17 | 0 | 51 | 363 | 11 | 67 |
| Binary | 10000001 | 10000000 | 10010110 | 1110 | 1111 | 0 | 101001 | 11110011 | 1001 | 110111 |
Color Harmonies of #818096
Complementary color
Monochromatic Colors of #818096
Black with #818096
Text Example
Text Example
White with #818096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818096; }
p { color: rgb(129,128,150); }
H1.HeaderClassName
{
color: #818096;
}
.AnyTagClassName
{
color: #818096;
}
</style>
background-color css
<style>
a { background-color: #818096; }
a { background-color: rgb(129,128,150); }
div.DivClassName
{
background-color: #818096;
}
.BgClassName
{
background-color: #818096;
}
</style>
border-color css
<style>
span { border-color: #818096; }
span { border-color: rgb(129,128,150); }
td.TdClassName
{
border-color: #818096;
}
.TagClassName
{
border-color: #818096;
}
</style>