#889399

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

Shades of Bali Hai #889399

Tints of Bali Hai #889399

Color information

#889399 (or 0x889399) is unknown color: approx Bali Hai. HEX triplet: 88, 93 and 99. RGB value is (136,147,153). Sum of RGB (Red+Green+Blue) = 136+147+153=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #889399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889399 is #776C66. Grayscale: #909090. Windows color (decimal): -7826535 or 10064776. OLE color: 10064776.

HSL color Cylindrical-coordinate representation of color #889399: hue angle of 201.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889399 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136147153-
CMYK0.110.0400.4
HSL201.18º7.69%56.67%-
HSV(B)201.18º11.11%60%-
XYZ26.3428.434.23-
YUV144.4132.86122.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=31.19%
G=33.72%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361471530.110.0400.4201.187.6956.67
Hex889399B4028c9839
Octal2102232311340503111071
Binary10001000100100111001100110111000101000110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889399; }

 p { color: rgb(136,147,153); }

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

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

 a { background-color: rgb(136,147,153); }

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

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

 span { border-color: rgb(136,147,153); }

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