Shades of Grey Suit #818098
Tints of Grey Suit #818098
RGB
CMYK
RGB Variations
Color information
#818098 (or 0x818098) is known color: Grey Suit. HEX triplet: 81, 80 and 98. RGB value is (129,128,152). Sum of RGB (Red+Green+Blue) = 129+128+152=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #818098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818098 is #7E7F67. Grayscale: #828282. Windows color (decimal): -8290152 or 9994369. OLE color: 9994369.
HSL color Cylindrical-coordinate representation of color #818098: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818098 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 128 | 152 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.40 |
| HSL | 242.5º | 0.1% | 0.55% | - |
| HSV(B) | 242.5º | 0.16% | 0.6% | - |
| XYZ | 22.44 | 22.37 | 32.84 | - |
| YUV | 131.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 152 | 0.15 | 0.16 | 0 | 0.40 | 242.5 | 0.1 | 0.55 |
| Hex | 81 | 80 | 98 | F | 10 | 0 | 28 | F2 | A | 37 |
| Octal | 201 | 200 | 230 | 17 | 20 | 0 | 50 | 362 | 12 | 67 |
| Binary | 10000001 | 10000000 | 10011000 | 1111 | 10000 | 0 | 101000 | 11110010 | 1010 | 110111 |
Color Harmonies of #818098
Complementary color
Monochromatic Colors of #818098
Black with #818098
Text Example
Text Example
White with #818098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818098; }
p { color: rgb(129,128,152); }
H1.HeaderClassName
{
color: #818098;
}
.AnyTagClassName
{
color: #818098;
}
</style>
background-color css
<style>
a { background-color: #818098; }
a { background-color: rgb(129,128,152); }
div.DivClassName
{
background-color: #818098;
}
.BgClassName
{
background-color: #818098;
}
</style>
border-color css
<style>
span { border-color: #818098; }
span { border-color: rgb(129,128,152); }
td.TdClassName
{
border-color: #818098;
}
.TagClassName
{
border-color: #818098;
}
</style>