#879BAD

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

Shades of Bali Hai #879BAD

Tints of Bali Hai #879BAD

Color information

#879BAD (or 0x879BAD) is unknown color: approx Bali Hai. HEX triplet: 87, 9B and AD. RGB value is (135,155,173). Sum of RGB (Red+Green+Blue) = 135+155+173=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #879BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BAD is #786452. Grayscale: #969696. Windows color (decimal): -7890003 or 11377543. OLE color: 11377543.

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

Color convert

RGB135155173-
CMYK0.220.1000.32
HSL208.42º18.81%60.39%-
HSV(B)208.42º21.97%67.84%-
XYZ29.2631.6144.09-
YUV151.07140.37116.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=29.16%
G=33.48%
B=37.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351551730.220.1000.32208.4218.8160.39
Hex879BAD16A020d0133c
Octal20723325526120403202374
Binary10000111100110111010110110110101001000001101000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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