#879BAC

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

Shades of Bali Hai #879BAC

Tints of Bali Hai #879BAC

Color information

#879BAC (or 0x879BAC) is unknown color: approx Bali Hai. HEX triplet: 87, 9B and AC. RGB value is (135,155,172). Sum of RGB (Red+Green+Blue) = 135+155+172=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #879BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BAC is #786453. Grayscale: #969696. Windows color (decimal): -7890004 or 11312007. OLE color: 11312007.

HSL color Cylindrical-coordinate representation of color #879BAC: hue angle of 207.57º 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 #879BAC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135155172-
CMYK0.220.1000.33
HSL207.57º18.23%60.2%-
HSV(B)207.57º21.51%67.45%-
XYZ29.1631.5743.59-
YUV150.96139.87116.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=29.22%
G=33.55%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351551720.220.1000.33207.5718.2360.2
Hex879BAC16A021d0123c
Octal20723325426120413202274
Binary10000111100110111010110010110101001000011101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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