#879DAD

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

Shades of Bali Hai #879DAD

Tints of Bali Hai #879DAD

Color information

#879DAD (or 0x879DAD) is unknown color: approx Bali Hai. HEX triplet: 87, 9D and AD. RGB value is (135,157,173). Sum of RGB (Red+Green+Blue) = 135+157+173=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #879DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879DAD is #786252. Grayscale: #989898. Windows color (decimal): -7889491 or 11378055. OLE color: 11378055.

HSL color Cylindrical-coordinate representation of color #879DAD: hue angle of 205.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879DAD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135157173-
CMYK0.220.0900.32
HSL205.26º18.81%60.39%-
HSV(B)205.26º21.97%67.84%-
XYZ29.5932.2844.21-
YUV152.25139.71115.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=29.03%
G=33.76%
B=37.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351571730.220.0900.32205.2618.8160.39
Hex879DAD169020cd133c
Octal20723525526110403152374
Binary10000111100111011010110110110100101000001100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,157,173); }

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

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

 a { background-color: rgb(135,157,173); }

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

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

 span { border-color: rgb(135,157,173); }

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