Shades of Grey Suit #818095
Tints of Grey Suit #818095
RGB
CMYK
RGB Variations
Color information
#818095 (or 0x818095) is known color: Grey Suit. HEX triplet: 81, 80 and 95. RGB value is (129,128,149). Sum of RGB (Red+Green+Blue) = 129+128+149=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #818095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818095 is #7E7F6A. Grayscale: #828282. Windows color (decimal): -8290155 or 9797761. OLE color: 9797761.
HSL color Cylindrical-coordinate representation of color #818095: hue angle of 242.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818095 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 128 | 149 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.42 |
| HSL | 242.86º | 0.09% | 0.54% | - |
| HSV(B) | 242.86º | 0.14% | 0.58% | - |
| XYZ | 22.2 | 22.28 | 31.56 | - |
| YUV | 130.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 149 | 0.13 | 0.14 | 0 | 0.42 | 242.86 | 0.09 | 0.54 |
| Hex | 81 | 80 | 95 | D | E | 0 | 2A | F3 | 9 | 36 |
| Octal | 201 | 200 | 225 | 15 | 16 | 0 | 52 | 363 | 11 | 66 |
| Binary | 10000001 | 10000000 | 10010101 | 1101 | 1110 | 0 | 101010 | 11110011 | 1001 | 110110 |
Color Harmonies of #818095
Complementary color
Monochromatic Colors of #818095
Black with #818095
Text Example
Text Example
White with #818095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818095; }
p { color: rgb(129,128,149); }
H1.HeaderClassName
{
color: #818095;
}
.AnyTagClassName
{
color: #818095;
}
</style>
background-color css
<style>
a { background-color: #818095; }
a { background-color: rgb(129,128,149); }
div.DivClassName
{
background-color: #818095;
}
.BgClassName
{
background-color: #818095;
}
</style>
border-color css
<style>
span { border-color: #818095; }
span { border-color: rgb(129,128,149); }
td.TdClassName
{
border-color: #818095;
}
.TagClassName
{
border-color: #818095;
}
</style>