#89979D

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

Shades of Bali Hai #89979D

Tints of Bali Hai #89979D

Color information

#89979D (or 0x89979D) is unknown color: approx Bali Hai. HEX triplet: 89, 97 and 9D. RGB value is (137,151,157). Sum of RGB (Red+Green+Blue) = 137+151+157=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #89979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89979D is #766862. Grayscale: #939393. Windows color (decimal): -7759971 or 10327945. OLE color: 10327945.

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

Color convert

RGB137151157-
CMYK0.130.0400.38
HSL198º9.26%57.65%-
HSV(B)198º12.74%61.57%-
XYZ27.4729.8936.22-
YUV147.5133.36120.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.79%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=30.79%
G=33.93%
B=35.28%

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
Decimal1371511570.130.0400.381989.2657.65
Hex89979DD4026c693a
Octal2112272351540463061172
Binary10001001100101111001110111011000100110110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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