#879AAF

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

Shades of Bali Hai #879AAF

Tints of Bali Hai #879AAF

Color information

#879AAF (or 0x879AAF) is unknown color: approx Bali Hai. HEX triplet: 87, 9A and AF. RGB value is (135,154,175). Sum of RGB (Red+Green+Blue) = 135+154+175=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #879AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAF is #786550. Grayscale: #969696. Windows color (decimal): -7890257 or 11508359. OLE color: 11508359.

HSL color Cylindrical-coordinate representation of color #879AAF: hue angle of 211.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #879AAF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135154175-
CMYK0.230.1200.31
HSL211.5º20%60.78%-
HSV(B)211.5º22.86%68.63%-
XYZ29.2931.3645.07-
YUV150.71141.71116.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.09%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=29.09%
G=33.19%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351541750.230.1200.31211.52060.78
Hex879AAF17C01Fd4143d
Octal20723225727140373242475
Binary1000011110011010101011111011111000111111101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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