#879EB1

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

Shades of Bali Hai #879EB1

Tints of Bali Hai #879EB1

Color information

#879EB1 (or 0x879EB1) is unknown color: approx Bali Hai. HEX triplet: 87, 9E and B1. RGB value is (135,158,177). Sum of RGB (Red+Green+Blue) = 135+158+177=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #879EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EB1 is #78614E. Grayscale: #999999. Windows color (decimal): -7889231 or 11640455. OLE color: 11640455.

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

Color convert

RGB135158177-
CMYK0.240.1100.31
HSL207.14º21.21%61.18%-
HSV(B)207.14º23.73%69.41%-
XYZ30.1532.7846.33-
YUV153.29141.38114.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=28.72%
G=33.62%
B=37.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351581770.240.1100.31207.1421.2161.18
Hex879EB118B01Fcf153d
Octal20723626130130373172575
Binary1000011110011110101100011100010110111111100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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