#898199

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

Shades of Deluge #898199

Tints of Deluge #898199

Color information

#898199 (or 0x898199) is unknown color: approx Deluge. HEX triplet: 89, 81 and 99. RGB value is (137,129,153). Sum of RGB (Red+Green+Blue) = 137+129+153=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #898199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898199 is #767E66. Grayscale: #868686. Windows color (decimal): -7765607 or 10060169. OLE color: 10060169.

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

Color convert

RGB137129153-
CMYK0.100.1600.4
HSL260º10.53%55.29%-
HSV(B)260º15.69%60%-
XYZ23.9223.3233.38-
YUV134.13138.65130.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=32.70%
G=30.79%
B=36.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371291530.100.1600.426010.5355.29
Hex898199A10028104b37
Octal21120123112200504041367
Binary10001001100000011001100110101000001010001000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898199; }

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

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

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

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

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

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

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

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