#89979B

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

Shades of Bali Hai #89979B

Tints of Bali Hai #89979B

Color information

#89979B (or 0x89979B) is unknown color: approx Bali Hai. HEX triplet: 89, 97 and 9B. RGB value is (137,151,155). Sum of RGB (Red+Green+Blue) = 137+151+155=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #89979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89979B is #766864. Grayscale: #939393. Windows color (decimal): -7759973 or 10196873. OLE color: 10196873.

HSL color Cylindrical-coordinate representation of color #89979B: hue angle of 193.33º degrees, saturation: 0.08, 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 #89979B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137151155-
CMYK0.120.0300.39
HSL193.33º8.26%57.25%-
HSV(B)193.33º11.61%60.78%-
XYZ27.329.8235.33-
YUV147.27132.36120.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=30.93%
G=34.09%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371511550.120.0300.39193.338.2657.25
Hex89979BC3027c1839
Octal2112272331430473011071
Binary1000100110010111100110111100110100111110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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