#89969F

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

Shades of Bali Hai #89969F

Tints of Bali Hai #89969F

Color information

#89969F (or 0x89969F) is unknown color: approx Bali Hai. HEX triplet: 89, 96 and 9F. RGB value is (137,150,159). Sum of RGB (Red+Green+Blue) = 137+150+159=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #89969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969F is #766960. Grayscale: #939393. Windows color (decimal): -7760225 or 10458761. OLE color: 10458761.

HSL color Cylindrical-coordinate representation of color #89969F: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89969F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137150159-
CMYK0.140.0600.38
HSL204.55º10.28%58.04%-
HSV(B)204.55º13.84%62.35%-
XYZ27.4829.6337.07-
YUV147.14134.69120.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=30.72%
G=33.63%
B=35.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371501590.140.0600.38204.5510.2858.04
Hex89969FE6026cda3a
Octal2112262371660463151272
Binary10001001100101101001111111101100100110110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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