Shades of Ziggurat #839EA4
Tints of Ziggurat #839EA4
RGB
CMYK
RGB Variations
Color information
#839EA4 (or 0x839EA4) is known color: Ziggurat. HEX triplet: 83, 9E and A4. RGB value is (131,158,164). Sum of RGB (Red+Green+Blue) = 131+158+164=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #839EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EA4 is #7C615B. Grayscale: #969696. Windows color (decimal): -8151388 or 10788483. OLE color: 10788483.
HSL color Cylindrical-coordinate representation of color #839EA4: hue angle of 190.91º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #839EA4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 158 | 164 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.36 |
| HSL | 190.91º | 0.15% | 0.58% | - |
| HSV(B) | 190.91º | 0.2% | 0.64% | - |
| XYZ | 28.29 | 31.96 | 39.8 | - |
| YUV | 150.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 164 | 0.20 | 0.04 | 0 | 0.36 | 190.91 | 0.15 | 0.58 |
| Hex | 83 | 9E | A4 | 14 | 4 | 0 | 24 | BF | F | 3A |
| Octal | 203 | 236 | 244 | 24 | 4 | 0 | 44 | 277 | 17 | 72 |
| Binary | 10000011 | 10011110 | 10100100 | 10100 | 100 | 0 | 100100 | 10111111 | 1111 | 111010 |
Color Harmonies of #839EA4
Complementary color
Monochromatic Colors of #839EA4
Black with #839EA4
Text Example
Text Example
White with #839EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EA4; }
p { color: rgb(131,158,164); }
H1.HeaderClassName
{
color: #839EA4;
}
.AnyTagClassName
{
color: #839EA4;
}
</style>
background-color css
<style>
a { background-color: #839EA4; }
a { background-color: rgb(131,158,164); }
div.DivClassName
{
background-color: #839EA4;
}
.BgClassName
{
background-color: #839EA4;
}
</style>
border-color css
<style>
span { border-color: #839EA4; }
span { border-color: rgb(131,158,164); }
td.TdClassName
{
border-color: #839EA4;
}
.TagClassName
{
border-color: #839EA4;
}
</style>