#879EA2

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

Shades of Ziggurat #879EA2

Tints of Ziggurat #879EA2

Color information

#879EA2 (or 0x879EA2) is unknown color: approx Ziggurat. HEX triplet: 87, 9E and A2. RGB value is (135,158,162). Sum of RGB (Red+Green+Blue) = 135+158+162=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 162 - color contains mainly: blue. Hex color #879EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EA2 is #78615D. Grayscale: #979797. Windows color (decimal): -7889246 or 10657415. OLE color: 10657415.

HSL color Cylindrical-coordinate representation of color #879EA2: hue angle of 188.89º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #879EA2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135158162-
CMYK0.170.0200.36
HSL188.89º12.68%58.24%-
HSV(B)188.89º16.67%63.53%-
XYZ28.7432.2138.89-
YUV151.58133.88116.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=29.67%
G=34.73%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351581620.170.0200.36188.8912.6858.24
Hex879EA2112024bdd3a
Octal2072362422120442751572
Binary10000111100111101010001010001100100100101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879EA2; }

 p { color: rgb(135,158,162); }

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

<style>
 a { background-color: #879EA2; }

 a { background-color: rgb(135,158,162); }

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

<style>
 span { border-color: #879EA2; }

 span { border-color: rgb(135,158,162); }

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