Shades of Ziggurat #8EA4A6
Tints of Ziggurat #8EA4A6
RGB
CMYK
RGB Variations
Color information
#8EA4A6 (or 0x8EA4A6) is known color: Ziggurat. HEX triplet: 8E, A4 and A6. RGB value is (142,164,166). Sum of RGB (Red+Green+Blue) = 142+164+166=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 166 - color contains mainly: blue. Hex color #8EA4A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4A6 is #715B59. Grayscale: #9D9D9D. Windows color (decimal): -7428954 or 10921102. OLE color: 10921102.
HSL color Cylindrical-coordinate representation of color #8EA4A6: hue angle of 185º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA4A6 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 164 | 166 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.35 |
| HSL | 185º | 0.12% | 0.6% | - |
| HSV(B) | 185º | 0.14% | 0.65% | - |
| XYZ | 31.31 | 35.05 | 41.19 | - |
| YUV | 157.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 166 | 0.14 | 0.01 | 0 | 0.35 | 185 | 0.12 | 0.6 |
| Hex | 8E | A4 | A6 | E | 1 | 0 | 23 | B9 | C | 3C |
| Octal | 216 | 244 | 246 | 16 | 1 | 0 | 43 | 271 | 14 | 74 |
| Binary | 10001110 | 10100100 | 10100110 | 1110 | 1 | 0 | 100011 | 10111001 | 1100 | 111100 |
Color Harmonies of #8EA4A6
Complementary color
Monochromatic Colors of #8EA4A6
Black with #8EA4A6
Text Example
Text Example
White with #8EA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA4A6; }
p { color: rgb(142,164,166); }
H1.HeaderClassName
{
color: #8EA4A6;
}
.AnyTagClassName
{
color: #8EA4A6;
}
</style>
background-color css
<style>
a { background-color: #8EA4A6; }
a { background-color: rgb(142,164,166); }
div.DivClassName
{
background-color: #8EA4A6;
}
.BgClassName
{
background-color: #8EA4A6;
}
</style>
border-color css
<style>
span { border-color: #8EA4A6; }
span { border-color: rgb(142,164,166); }
td.TdClassName
{
border-color: #8EA4A6;
}
.TagClassName
{
border-color: #8EA4A6;
}
</style>