#89969C

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

Shades of Bali Hai #89969C

Tints of Bali Hai #89969C

Color information

#89969C (or 0x89969C) is unknown color: approx Bali Hai. HEX triplet: 89, 96 and 9C. RGB value is (137,150,156). Sum of RGB (Red+Green+Blue) = 137+150+156=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: blue. Hex color #89969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969C is #766963. Grayscale: #929292. Windows color (decimal): -7760228 or 10262153. OLE color: 10262153.

HSL color Cylindrical-coordinate representation of color #89969C: hue angle of 198.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89969C is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137150156-
CMYK0.120.0400.39
HSL198.95º8.76%57.45%-
HSV(B)198.95º12.18%61.18%-
XYZ27.2229.5335.72-
YUV146.8133.19121.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=30.93%
G=33.86%
B=35.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371501560.120.0400.39198.958.7657.45
Hex89969CC4027c7939
Octal2112262341440473071171
Binary10001001100101101001110011001000100111110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89969C; }

 p { color: rgb(137,150,156); }

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

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

 a { background-color: rgb(137,150,156); }

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

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

 span { border-color: rgb(137,150,156); }

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