#879EAA

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

Shades of Bali Hai #879EAA

Tints of Bali Hai #879EAA

Color information

#879EAA (or 0x879EAA) is unknown color: approx Bali Hai. HEX triplet: 87, 9E and AA. RGB value is (135,158,170). Sum of RGB (Red+Green+Blue) = 135+158+170=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #879EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EAA is #786155. Grayscale: #989898. Windows color (decimal): -7889238 or 11181703. OLE color: 11181703.

HSL color Cylindrical-coordinate representation of color #879EAA: hue angle of 200.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879EAA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135158170-
CMYK0.210.0700.33
HSL200.57º17.07%59.8%-
HSV(B)200.57º20.59%66.67%-
XYZ29.4732.5142.75-
YUV152.49137.88115.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=29.16%
G=34.13%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351581700.210.0700.33200.5717.0759.8
Hex879EAA157021c9113c
Octal2072362522570413112174
Binary1000011110011110101010101010111101000011100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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