#89969D

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

Shades of Bali Hai #89969D

Tints of Bali Hai #89969D

Color information

#89969D (or 0x89969D) is unknown color: approx Bali Hai. HEX triplet: 89, 96 and 9D. RGB value is (137,150,157). Sum of RGB (Red+Green+Blue) = 137+150+157=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #89969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969D is #766962. Grayscale: #929292. Windows color (decimal): -7760227 or 10327689. OLE color: 10327689.

HSL color Cylindrical-coordinate representation of color #89969D: hue angle of 201º degrees, saturation: 0.09, 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 #89969D is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137150157-
CMYK0.130.0400.38
HSL201º9.26%57.65%-
HSV(B)201º12.74%61.57%-
XYZ27.3129.5736.17-
YUV146.91133.69120.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=30.86%
G=33.78%
B=35.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371501570.130.0400.382019.2657.65
Hex89969DD4026c993a
Octal2112262351540463111172
Binary10001001100101101001110111011000100110110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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