#879AA7

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

Shades of Bali Hai #879AA7

Tints of Bali Hai #879AA7

Color information

#879AA7 (or 0x879AA7) is unknown color: approx Bali Hai. HEX triplet: 87, 9A and A7. RGB value is (135,154,167). Sum of RGB (Red+Green+Blue) = 135+154+167=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #879AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AA7 is #786558. Grayscale: #959595. Windows color (decimal): -7890265 or 10984071. OLE color: 10984071.

HSL color Cylindrical-coordinate representation of color #879AA7: hue angle of 204.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879AA7 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135154167-
CMYK0.190.0800.35
HSL204.38º15.38%59.22%-
HSV(B)204.38º19.16%65.49%-
XYZ28.5231.0541.05-
YUV149.8137.71117.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=29.61%
G=33.77%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351541670.190.0800.35204.3815.3859.22
Hex879AA7138023ccf3b
Octal20723224723100433141773
Binary1000011110011010101001111001110000100011110011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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