Shades of Ziggurat #7EABB4
Tints of Ziggurat #7EABB4
RGB
CMYK
RGB Variations
Color information
#7EABB4 (or 0x7EABB4) is known color: Ziggurat. HEX triplet: 7E, AB and B4. RGB value is (126,171,180). Sum of RGB (Red+Green+Blue) = 126+171+180=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABB4 is #81544B. Grayscale: #9E9E9E. Windows color (decimal): -8475724 or 11840382. OLE color: 11840382.
HSL color Cylindrical-coordinate representation of color #7EABB4: hue angle of 190º 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 #7EABB4 is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 171 | 180 | - |
| CMYK | 0.3 | 0.05 | 0 | 0.29 |
| HSL | 190º | 0.26% | 0.6% | - |
| HSV(B) | 190º | 0.3% | 0.71% | - |
| XYZ | 31.41 | 36.86 | 48.64 | - |
| YUV | 158.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 180 | 0.3 | 0.05 | 0 | 0.29 | 190 | 0.26 | 0.6 |
| Hex | 7E | AB | B4 | 1E | 5 | 0 | 1D | BE | 1A | 3C |
| Octal | 176 | 253 | 264 | 36 | 5 | 0 | 35 | 276 | 32 | 74 |
| Binary | 1111110 | 10101011 | 10110100 | 11110 | 101 | 0 | 11101 | 10111110 | 11010 | 111100 |
Color Harmonies of #7EABB4
Complementary color
Monochromatic Colors of #7EABB4
Black with #7EABB4
Text Example
Text Example
White with #7EABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABB4; }
p { color: rgb(126,171,180); }
H1.HeaderClassName
{
color: #7EABB4;
}
.AnyTagClassName
{
color: #7EABB4;
}
</style>
background-color css
<style>
a { background-color: #7EABB4; }
a { background-color: rgb(126,171,180); }
div.DivClassName
{
background-color: #7EABB4;
}
.BgClassName
{
background-color: #7EABB4;
}
</style>
border-color css
<style>
span { border-color: #7EABB4; }
span { border-color: rgb(126,171,180); }
td.TdClassName
{
border-color: #7EABB4;
}
.TagClassName
{
border-color: #7EABB4;
}
</style>