#898099

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

Shades of Deluge #898099

Tints of Deluge #898099

Color information

#898099 (or 0x898099) is unknown color: approx Deluge. HEX triplet: 89, 80 and 99. RGB value is (137,128,153). Sum of RGB (Red+Green+Blue) = 137+128+153=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #898099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898099 is #767F66. Grayscale: #858585. Windows color (decimal): -7765863 or 10059913. OLE color: 10059913.

HSL color Cylindrical-coordinate representation of color #898099: hue angle of 261.6º 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 #898099 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137128153-
CMYK0.100.1600.4
HSL261.6º10.92%55.1%-
HSV(B)261.6º16.34%60%-
XYZ23.7923.0633.33-
YUV133.54138.98130.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=32.78%
G=30.62%
B=36.60%

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
Decimal1371281530.100.1600.4261.610.9255.1
Hex898099A10028106b37
Octal21120023112200504061367
Binary10001001100000001001100110101000001010001000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898099; }

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

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

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

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

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

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

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

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