#879AAA

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

Shades of Bali Hai #879AAA

Tints of Bali Hai #879AAA

Color information

#879AAA (or 0x879AAA) is unknown color: approx Bali Hai. HEX triplet: 87, 9A and AA. RGB value is (135,154,170). Sum of RGB (Red+Green+Blue) = 135+154+170=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #879AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAA is #786555. Grayscale: #969696. Windows color (decimal): -7890262 or 11180679. OLE color: 11180679.

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

Color convert

RGB135154170-
CMYK0.210.0900.33
HSL207.43º17.07%59.8%-
HSV(B)207.43º20.59%66.67%-
XYZ28.831.1642.53-
YUV150.14139.21117.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=29.41%
G=33.55%
B=37.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351541700.210.0900.33207.4317.0759.8
Hex879AAA159021cf113c
Octal20723225225110413172174
Binary10000111100110101010101010101100101000011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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