#879CAC

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

Shades of Bali Hai #879CAC

Tints of Bali Hai #879CAC

Color information

#879CAC (or 0x879CAC) is unknown color: approx Bali Hai. HEX triplet: 87, 9C and AC. RGB value is (135,156,172). Sum of RGB (Red+Green+Blue) = 135+156+172=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #879CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879CAC is #786353. Grayscale: #979797. Windows color (decimal): -7889748 or 11312263. OLE color: 11312263.

HSL color Cylindrical-coordinate representation of color #879CAC: hue angle of 205.95º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879CAC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135156172-
CMYK0.220.0900.33
HSL205.95º18.23%60.2%-
HSV(B)205.95º21.51%67.45%-
XYZ29.3331.9143.64-
YUV151.54139.54116.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=29.16%
G=33.69%
B=37.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351561720.220.0900.33205.9518.2360.2
Hex879CAC169021ce123c
Octal20723425426110413162274
Binary10000111100111001010110010110100101000011100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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