#889AAD

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

Shades of Bali Hai #889AAD

Tints of Bali Hai #889AAD

Color information

#889AAD (or 0x889AAD) is unknown color: approx Bali Hai. HEX triplet: 88, 9A and AD. RGB value is (136,154,173). Sum of RGB (Red+Green+Blue) = 136+154+173=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 154 (60.55% from 255 or 33.26% 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 #889AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AAD is #776552. Grayscale: #969696. Windows color (decimal): -7824723 or 11377288. OLE color: 11377288.

HSL color Cylindrical-coordinate representation of color #889AAD: hue angle of 210.81º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889AAD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136154173-
CMYK0.210.1100.32
HSL210.81º18.41%60.59%-
HSV(B)210.81º21.39%67.84%-
XYZ29.2531.3644.05-
YUV150.78140.54117.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=29.37%
G=33.26%
B=37.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361541730.210.1100.32210.8118.4160.59
Hex889AAD15B020d3123d
Octal21023225525130403232275
Binary10001000100110101010110110101101101000001101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889AAD; }

 p { color: rgb(136,154,173); }

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

<style>
 a { background-color: #889AAD; }

 a { background-color: rgb(136,154,173); }

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

<style>
 span { border-color: #889AAD; }

 span { border-color: rgb(136,154,173); }

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