#879BAB

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

Shades of Bali Hai #879BAB

Tints of Bali Hai #879BAB

Color information

#879BAB (or 0x879BAB) is unknown color: approx Bali Hai. HEX triplet: 87, 9B and AB. RGB value is (135,155,171). Sum of RGB (Red+Green+Blue) = 135+155+171=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #879BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BAB is #786454. Grayscale: #969696. Windows color (decimal): -7890005 or 11246471. OLE color: 11246471.

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

Color convert

RGB135155171-
CMYK0.210.0900.33
HSL206.67º17.65%60%-
HSV(B)206.67º21.05%67.06%-
XYZ29.0631.5343.08-
YUV150.84139.37116.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.28%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=29.28%
G=33.62%
B=37.09%

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
Decimal1351551710.210.0900.33206.6717.6560
Hex879BAB159021cf123c
Octal20723325325110413172274
Binary10000111100110111010101110101100101000011100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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