#89969E

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

Shades of Bali Hai #89969E

Tints of Bali Hai #89969E

Color information

#89969E (or 0x89969E) is unknown color: approx Bali Hai. HEX triplet: 89, 96 and 9E. RGB value is (137,150,158). Sum of RGB (Red+Green+Blue) = 137+150+158=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #89969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969E is #766961. Grayscale: #929292. Windows color (decimal): -7760226 or 10393225. OLE color: 10393225.

HSL color Cylindrical-coordinate representation of color #89969E: hue angle of 202.86º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89969E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137150158-
CMYK0.130.0500.38
HSL202.86º9.77%57.84%-
HSV(B)202.86º13.29%61.96%-
XYZ27.3929.636.62-
YUV147.02134.19120.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.79%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=30.79%
G=33.71%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371501580.130.0500.38202.869.7757.84
Hex89969ED5026cba3a
Octal2112262361550463131272
Binary10001001100101101001111011011010100110110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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