#899EA9

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

Shades of Bali Hai #899EA9

Tints of Bali Hai #899EA9

Color information

#899EA9 (or 0x899EA9) is unknown color: approx Bali Hai. HEX triplet: 89, 9E and A9. RGB value is (137,158,169). Sum of RGB (Red+Green+Blue) = 137+158+169=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 169 - color contains mainly: blue. Hex color #899EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899EA9 is #766156. Grayscale: #989898. Windows color (decimal): -7758167 or 11116169. OLE color: 11116169.

HSL color Cylindrical-coordinate representation of color #899EA9: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899EA9 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB137158169-
CMYK0.190.0700.34
HSL200.62º15.69%60%-
HSV(B)200.62º18.93%66.27%-
XYZ29.732.6442.27-
YUV152.98137.04116.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=29.53%
G=34.05%
B=36.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371581690.190.0700.34200.6215.6960
Hex899EA9137022c9103c
Octal2112362512370423112074
Binary1000100110011110101010011001111101000101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899EA9; }

 p { color: rgb(137,158,169); }

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

<style>
 a { background-color: #899EA9; }

 a { background-color: rgb(137,158,169); }

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

<style>
 span { border-color: #899EA9; }

 span { border-color: rgb(137,158,169); }

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