Shades of Ziggurat #7EABB3
Tints of Ziggurat #7EABB3
RGB
CMYK
RGB Variations
Color information
#7EABB3 (or 0x7EABB3) is known color: Ziggurat. HEX triplet: 7E, AB and B3. RGB value is (126,171,179). Sum of RGB (Red+Green+Blue) = 126+171+179=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABB3 is #81544C. Grayscale: #9E9E9E. Windows color (decimal): -8475725 or 11774846. OLE color: 11774846.
HSL color Cylindrical-coordinate representation of color #7EABB3: hue angle of 189.06º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EABB3 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 171 | 179 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.30 |
| HSL | 189.06º | 0.26% | 0.6% | - |
| HSV(B) | 189.06º | 0.3% | 0.7% | - |
| XYZ | 31.3 | 36.82 | 48.1 | - |
| YUV | 158.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 179 | 0.30 | 0.04 | 0 | 0.30 | 189.06 | 0.26 | 0.6 |
| Hex | 7E | AB | B3 | 1E | 4 | 0 | 1E | BD | 1A | 3C |
| Octal | 176 | 253 | 263 | 36 | 4 | 0 | 36 | 275 | 32 | 74 |
| Binary | 1111110 | 10101011 | 10110011 | 11110 | 100 | 0 | 11110 | 10111101 | 11010 | 111100 |
Color Harmonies of #7EABB3
Complementary color
Monochromatic Colors of #7EABB3
Black with #7EABB3
Text Example
Text Example
White with #7EABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABB3; }
p { color: rgb(126,171,179); }
H1.HeaderClassName
{
color: #7EABB3;
}
.AnyTagClassName
{
color: #7EABB3;
}
</style>
background-color css
<style>
a { background-color: #7EABB3; }
a { background-color: rgb(126,171,179); }
div.DivClassName
{
background-color: #7EABB3;
}
.BgClassName
{
background-color: #7EABB3;
}
</style>
border-color css
<style>
span { border-color: #7EABB3; }
span { border-color: rgb(126,171,179); }
td.TdClassName
{
border-color: #7EABB3;
}
.TagClassName
{
border-color: #7EABB3;
}
</style>