#879EAF

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

Shades of Bali Hai #879EAF

Tints of Bali Hai #879EAF

Color information

#879EAF (or 0x879EAF) is unknown color: approx Bali Hai. HEX triplet: 87, 9E and AF. RGB value is (135,158,175). Sum of RGB (Red+Green+Blue) = 135+158+175=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #879EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EAF is #786150. Grayscale: #989898. Windows color (decimal): -7889233 or 11509383. OLE color: 11509383.

HSL color Cylindrical-coordinate representation of color #879EAF: hue angle of 205.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #879EAF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135158175-
CMYK0.230.1000.31
HSL205.5º20%60.78%-
HSV(B)205.5º22.86%68.63%-
XYZ29.9632.745.29-
YUV153.06140.38115.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=28.85%
G=33.76%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351581750.230.1000.31205.52060.78
Hex879EAF17A01Fce143d
Octal20723625727120373162475
Binary1000011110011110101011111011110100111111100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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