#879AA4

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

Shades of Bali Hai #879AA4

Tints of Bali Hai #879AA4

Color information

#879AA4 (or 0x879AA4) is unknown color: approx Bali Hai. HEX triplet: 87, 9A and A4. RGB value is (135,154,164). Sum of RGB (Red+Green+Blue) = 135+154+164=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #879AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AA4 is #78655B. Grayscale: #959595. Windows color (decimal): -7890268 or 10787463. OLE color: 10787463.

HSL color Cylindrical-coordinate representation of color #879AA4: hue angle of 200.69º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879AA4 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135154164-
CMYK0.180.0600.36
HSL200.69º13.74%58.63%-
HSV(B)200.69º17.68%64.31%-
XYZ28.2530.9439.61-
YUV149.46136.21117.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=29.80%
G=34.00%
B=36.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351541640.180.0600.36200.6913.7458.63
Hex879AA4126024c9e3b
Octal2072322442260443111673
Binary100001111001101010100100100101100100100110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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