#879CB2

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

Shades of Bali Hai #879CB2

Tints of Bali Hai #879CB2

Color information

#879CB2 (or 0x879CB2) is unknown color: approx Bali Hai. HEX triplet: 87, 9C and B2. RGB value is (135,156,178). Sum of RGB (Red+Green+Blue) = 135+156+178=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #879CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879CB2 is #78634D. Grayscale: #989898. Windows color (decimal): -7889742 or 11705479. OLE color: 11705479.

HSL color Cylindrical-coordinate representation of color #879CB2: hue angle of 210.7º 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 #879CB2 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB135156178-
CMYK0.240.1200.30
HSL210.7º21.83%61.37%-
HSV(B)210.7º24.16%69.8%-
XYZ29.9232.1446.75-
YUV152.23142.54115.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=28.78%
G=33.26%
B=37.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351561780.240.1200.30210.721.8361.37
Hex879CB218C01Ed3163d
Octal20723426230140363232675
Binary1000011110011100101100101100011000111101101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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