#879FAB

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

Shades of Bali Hai #879FAB

Tints of Bali Hai #879FAB

Color information

#879FAB (or 0x879FAB) is unknown color: approx Bali Hai. HEX triplet: 87, 9F and AB. RGB value is (135,159,171). Sum of RGB (Red+Green+Blue) = 135+159+171=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #879FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FAB is #786054. Grayscale: #999999. Windows color (decimal): -7888981 or 11247495. OLE color: 11247495.

HSL color Cylindrical-coordinate representation of color #879FAB: hue angle of 200º degrees, saturation: 0.18, 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 #879FAB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135159171-
CMYK0.210.0700.33
HSL200º17.65%60%-
HSV(B)200º21.05%67.06%-
XYZ29.7432.8943.31-
YUV153.19138.05115.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=29.03%
G=34.19%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351591710.210.0700.3320017.6560
Hex879FAB157021c8123c
Octal2072372532570413102274
Binary1000011110011111101010111010111101000011100100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,159,171); }

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

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

 a { background-color: rgb(135,159,171); }

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

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

 span { border-color: rgb(135,159,171); }

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