Shades of Ziggurat #7EA8B4
Tints of Ziggurat #7EA8B4
RGB
CMYK
RGB Variations
Color information
#7EA8B4 (or 0x7EA8B4) is known color: Ziggurat. HEX triplet: 7E, A8 and B4. RGB value is (126,168,180). Sum of RGB (Red+Green+Blue) = 126+168+180=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EA8B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8B4 is #81574B. Grayscale: #9C9C9C. Windows color (decimal): -8476492 or 11839614. OLE color: 11839614.
HSL color Cylindrical-coordinate representation of color #7EA8B4: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA8B4 is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 168 | 180 | - |
| CMYK | 0.3 | 0.07 | 0 | 0.29 |
| HSL | 193.33º | 0.26% | 0.6% | - |
| HSV(B) | 193.33º | 0.3% | 0.71% | - |
| XYZ | 30.85 | 35.74 | 48.45 | - |
| YUV | 156.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 180 | 0.3 | 0.07 | 0 | 0.29 | 193.33 | 0.26 | 0.6 |
| Hex | 7E | A8 | B4 | 1E | 7 | 0 | 1D | C1 | 1A | 3C |
| Octal | 176 | 250 | 264 | 36 | 7 | 0 | 35 | 301 | 32 | 74 |
| Binary | 1111110 | 10101000 | 10110100 | 11110 | 111 | 0 | 11101 | 11000001 | 11010 | 111100 |
Color Harmonies of #7EA8B4
Complementary color
Monochromatic Colors of #7EA8B4
Black with #7EA8B4
Text Example
Text Example
White with #7EA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA8B4; }
p { color: rgb(126,168,180); }
H1.HeaderClassName
{
color: #7EA8B4;
}
.AnyTagClassName
{
color: #7EA8B4;
}
</style>
background-color css
<style>
a { background-color: #7EA8B4; }
a { background-color: rgb(126,168,180); }
div.DivClassName
{
background-color: #7EA8B4;
}
.BgClassName
{
background-color: #7EA8B4;
}
</style>
border-color css
<style>
span { border-color: #7EA8B4; }
span { border-color: rgb(126,168,180); }
td.TdClassName
{
border-color: #7EA8B4;
}
.TagClassName
{
border-color: #7EA8B4;
}
</style>