#879FB2

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

Shades of Bali Hai #879FB2

Tints of Bali Hai #879FB2

Color information

#879FB2 (or 0x879FB2) is unknown color: approx Bali Hai. HEX triplet: 87, 9F and B2. RGB value is (135,159,178). Sum of RGB (Red+Green+Blue) = 135+159+178=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #879FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FB2 is #78604D. Grayscale: #999999. Windows color (decimal): -7888974 or 11706247. OLE color: 11706247.

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

Color convert

RGB135159178-
CMYK0.240.1100.30
HSL206.51º21.83%61.37%-
HSV(B)206.51º24.16%69.8%-
XYZ30.4333.1646.92-
YUV153.99141.55114.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=28.60%
G=33.69%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351591780.240.1100.30206.5121.8361.37
Hex879FB218B01Ecf163d
Octal20723726230130363172675
Binary1000011110011111101100101100010110111101100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,159,178); }

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

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

 a { background-color: rgb(135,159,178); }

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

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

 span { border-color: rgb(135,159,178); }

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