#879AA0

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

Shades of Bali Hai #879AA0

Tints of Bali Hai #879AA0

Color information

#879AA0 (or 0x879AA0) is unknown color: approx Bali Hai. HEX triplet: 87, 9A and A0. RGB value is (135,154,160). Sum of RGB (Red+Green+Blue) = 135+154+160=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 160 - color contains mainly: blue. Hex color #879AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AA0 is #78655F. Grayscale: #949494. Windows color (decimal): -7890272 or 10525319. OLE color: 10525319.

HSL color Cylindrical-coordinate representation of color #879AA0: hue angle of 194.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #879AA0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB135154160-
CMYK0.160.0400.37
HSL194.4º11.63%57.84%-
HSV(B)194.4º15.62%62.75%-
XYZ27.8930.837.73-
YUV149134.21118.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=30.07%
G=34.30%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351541600.160.0400.37194.411.6357.84
Hex879AA0104025c2c3a
Octal2072322402040453021472
Binary100001111001101010100000100001000100101110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,154,160); }

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

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

 a { background-color: rgb(135,154,160); }

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

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

 span { border-color: rgb(135,154,160); }

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