Shades of Ziggurat #839EA2
Tints of Ziggurat #839EA2
RGB
CMYK
RGB Variations
Color information
#839EA2 (or 0x839EA2) is known color: Ziggurat. HEX triplet: 83, 9E and A2. RGB value is (131,158,162). Sum of RGB (Red+Green+Blue) = 131+158+162=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 162 - color contains mainly: blue. Hex color #839EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EA2 is #7C615D. Grayscale: #969696. Windows color (decimal): -8151390 or 10657411. OLE color: 10657411.
HSL color Cylindrical-coordinate representation of color #839EA2: hue angle of 187.74º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #839EA2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 158 | 162 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.36 |
| HSL | 187.74º | 0.14% | 0.57% | - |
| HSV(B) | 187.74º | 0.19% | 0.64% | - |
| XYZ | 28.11 | 31.89 | 38.86 | - |
| YUV | 150.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 162 | 0.19 | 0.02 | 0 | 0.36 | 187.74 | 0.14 | 0.57 |
| Hex | 83 | 9E | A2 | 13 | 2 | 0 | 24 | BC | E | 39 |
| Octal | 203 | 236 | 242 | 23 | 2 | 0 | 44 | 274 | 16 | 71 |
| Binary | 10000011 | 10011110 | 10100010 | 10011 | 10 | 0 | 100100 | 10111100 | 1110 | 111001 |
Color Harmonies of #839EA2
Complementary color
Monochromatic Colors of #839EA2
Black with #839EA2
Text Example
Text Example
White with #839EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EA2; }
p { color: rgb(131,158,162); }
H1.HeaderClassName
{
color: #839EA2;
}
.AnyTagClassName
{
color: #839EA2;
}
</style>
background-color css
<style>
a { background-color: #839EA2; }
a { background-color: rgb(131,158,162); }
div.DivClassName
{
background-color: #839EA2;
}
.BgClassName
{
background-color: #839EA2;
}
</style>
border-color css
<style>
span { border-color: #839EA2; }
span { border-color: rgb(131,158,162); }
td.TdClassName
{
border-color: #839EA2;
}
.TagClassName
{
border-color: #839EA2;
}
</style>