#89949D

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

Shades of Bali Hai #89949D

Tints of Bali Hai #89949D

Color information

#89949D (or 0x89949D) is unknown color: approx Bali Hai. HEX triplet: 89, 94 and 9D. RGB value is (137,148,157). Sum of RGB (Red+Green+Blue) = 137+148+157=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #89949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89949D is #766B62. Grayscale: #919191. Windows color (decimal): -7760739 or 10327177. OLE color: 10327177.

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

Color convert

RGB137148157-
CMYK0.130.0600.38
HSL207º9.26%57.65%-
HSV(B)207º12.74%61.57%-
XYZ26.9928.9336.06-
YUV145.74134.36121.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=31.00%
G=33.48%
B=35.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371481570.130.0600.382079.2657.65
Hex89949DD6026cf93a
Octal2112242351560463171172
Binary10001001100101001001110111011100100110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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