#899398

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

Shades of Bali Hai #899398

Tints of Bali Hai #899398

Color information

#899398 (or 0x899398) is unknown color: approx Bali Hai. HEX triplet: 89, 93 and 98. RGB value is (137,147,152). Sum of RGB (Red+Green+Blue) = 137+147+152=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #899398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899398 is #766C67. Grayscale: #909090. Windows color (decimal): -7761000 or 9999241. OLE color: 9999241.

HSL color Cylindrical-coordinate representation of color #899398: hue angle of 200º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899398 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137147152-
CMYK0.100.0300.40
HSL200º6.79%56.67%-
HSV(B)200º9.87%59.61%-
XYZ26.4228.4533.81-
YUV144.58132.19122.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=31.42%
G=33.72%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371471520.100.0300.402006.7956.67
Hex899398A3028c8739
Octal211223230123050310771
Binary100010011001001110011000101011010100011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899398; }

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

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

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

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

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

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

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

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