#7EA6B4

Color #7EA6B4 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #7EA6B4

Tints of Ziggurat #7EA6B4

Color information

#7EA6B4 (or 0x7EA6B4) is unknown color: approx Ziggurat. HEX triplet: 7E, A6 and B4. RGB value is (126,166,180). Sum of RGB (Red+Green+Blue) = 126+166+180=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EA6B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6B4 is #81594B. Grayscale: #9B9B9B. Windows color (decimal): -8477004 or 11839102. OLE color: 11839102.

HSL color Cylindrical-coordinate representation of color #7EA6B4: hue angle of 195.56º 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 #7EA6B4 is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126166180-
CMYK0.30.0800.29
HSL195.56º26.47%60%-
HSV(B)195.56º30%70.59%-
XYZ30.483548.33-
YUV155.64141.75106.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=26.69%
G=35.17%
B=38.14%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261661800.30.0800.29195.5626.4760
Hex7EA6B41E801Dc41a3c
Octal17624626436100353043274
Binary111111010100110101101001111010000111011100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA6B4; }

 p { color: rgb(126,166,180); }

 H1.HeaderClassName
 {
   color: #7EA6B4;
 }
 .AnyTagClassName
 {
   color: #7EA6B4;
 }
</style>
background-color css

<style>
 a { background-color: #7EA6B4; }

 a { background-color: rgb(126,166,180); }

 div.DivClassName
 {
   background-color: #7EA6B4;
 }
 .BgClassName
 {
   background-color: #7EA6B4;
 }
</style>
border-color css

<style>
 span { border-color: #7EA6B4; }

 span { border-color: rgb(126,166,180); }

 td.TdClassName
 {
   border-color: #7EA6B4;
 }
 .TagClassName
 {
   border-color: #7EA6B4;
 }
</style>