#889EAA

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

Shades of Bali Hai #889EAA

Tints of Bali Hai #889EAA

Color information

#889EAA (or 0x889EAA) is unknown color: approx Bali Hai. HEX triplet: 88, 9E and AA. RGB value is (136,158,170). Sum of RGB (Red+Green+Blue) = 136+158+170=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #889EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EAA is #776155. Grayscale: #989898. Windows color (decimal): -7823702 or 11181704. OLE color: 11181704.

HSL color Cylindrical-coordinate representation of color #889EAA: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889EAA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136158170-
CMYK0.200.0700.33
HSL201.18º16.67%60%-
HSV(B)201.18º20%66.67%-
XYZ29.6432.5942.76-
YUV152.79137.71116.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=29.31%
G=34.05%
B=36.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361581700.200.0700.33201.1816.6760
Hex889EAA147021c9113c
Octal2102362522470413112174
Binary1000100010011110101010101010011101000011100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,170); }

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

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

 a { background-color: rgb(136,158,170); }

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

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

 span { border-color: rgb(136,158,170); }

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