#879EA5

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

Shades of Bali Hai #879EA5

Tints of Bali Hai #879EA5

Color information

#879EA5 (or 0x879EA5) is unknown color: approx Bali Hai. HEX triplet: 87, 9E and A5. RGB value is (135,158,165). Sum of RGB (Red+Green+Blue) = 135+158+165=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 165 - color contains mainly: blue. Hex color #879EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EA5 is #78615A. Grayscale: #979797. Windows color (decimal): -7889243 or 10854023. OLE color: 10854023.

HSL color Cylindrical-coordinate representation of color #879EA5: hue angle of 194º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879EA5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135158165-
CMYK0.180.0400.35
HSL194º14.29%58.82%-
HSV(B)194º18.18%64.71%-
XYZ29.0132.3240.31-
YUV151.92135.38115.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=29.48%
G=34.50%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351581650.180.0400.3519414.2958.82
Hex879EA5124023c2e3b
Octal2072362452240433021673
Binary100001111001111010100101100101000100011110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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