#879EAC

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

Shades of Bali Hai #879EAC

Tints of Bali Hai #879EAC

Color information

#879EAC (or 0x879EAC) is unknown color: approx Bali Hai. HEX triplet: 87, 9E and AC. RGB value is (135,158,172). Sum of RGB (Red+Green+Blue) = 135+158+172=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #879EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EAC is #786153. Grayscale: #989898. Windows color (decimal): -7889236 or 11312775. OLE color: 11312775.

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

Color convert

RGB135158172-
CMYK0.220.0800.33
HSL202.7º18.23%60.2%-
HSV(B)202.7º21.51%67.45%-
XYZ29.6632.5843.76-
YUV152.72138.88115.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=29.03%
G=33.98%
B=36.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351581720.220.0800.33202.718.2360.2
Hex879EAC168021cb123c
Octal20723625426100413132274
Binary10000111100111101010110010110100001000011100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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