#879FAC

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

Shades of Bali Hai #879FAC

Tints of Bali Hai #879FAC

Color information

#879FAC (or 0x879FAC) is unknown color: approx Bali Hai. HEX triplet: 87, 9F and AC. RGB value is (135,159,172). Sum of RGB (Red+Green+Blue) = 135+159+172=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #879FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FAC is #786053. Grayscale: #999999. Windows color (decimal): -7888980 or 11313031. OLE color: 11313031.

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

Color convert

RGB135159172-
CMYK0.220.0800.33
HSL201.08º18.23%60.2%-
HSV(B)201.08º21.51%67.45%-
XYZ29.8432.9343.81-
YUV153.31138.55114.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=28.97%
G=34.12%
B=36.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351591720.220.0800.33201.0818.2360.2
Hex879FAC168021c9123c
Octal20723725426100413112274
Binary10000111100111111010110010110100001000011100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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