#898399

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

Shades of Deluge #898399

Tints of Deluge #898399

Color information

#898399 (or 0x898399) is unknown color: approx Deluge. HEX triplet: 89, 83 and 99. RGB value is (137,131,153). Sum of RGB (Red+Green+Blue) = 137+131+153=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #898399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898399 is #767C66. Grayscale: #878787. Windows color (decimal): -7765095 or 10060681. OLE color: 10060681.

HSL color Cylindrical-coordinate representation of color #898399: hue angle of 256.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898399 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137131153-
CMYK0.100.1400.4
HSL256.36º9.73%55.69%-
HSV(B)256.36º14.38%60%-
XYZ24.1823.8533.47-
YUV135.3137.99129.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=32.54%
G=31.12%
B=36.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371311530.100.1400.4256.369.7355.69
Hex898399AE028100a38
Octal21120323112160504001270
Binary1000100110000011100110011010111001010001000000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898399; }

 p { color: rgb(137,131,153); }

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

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

 a { background-color: rgb(137,131,153); }

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

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

 span { border-color: rgb(137,131,153); }

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