#89989D

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

Shades of Bali Hai #89989D

Tints of Bali Hai #89989D

Color information

#89989D (or 0x89989D) is unknown color: approx Bali Hai. HEX triplet: 89, 98 and 9D. RGB value is (137,152,157). Sum of RGB (Red+Green+Blue) = 137+152+157=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #89989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89989D is #766762. Grayscale: #949494. Windows color (decimal): -7759715 or 10328201. OLE color: 10328201.

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

Color convert

RGB137152157-
CMYK0.130.0300.38
HSL195º9.26%57.65%-
HSV(B)195º12.74%61.57%-
XYZ27.6330.2136.27-
YUV148.08133.03120.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=30.72%
G=34.08%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371521570.130.0300.381959.2657.65
Hex89989DD3026c393a
Octal2112302351530463031172
Binary1000100110011000100111011101110100110110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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