#89809E

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

Shades of Deluge #89809E

Tints of Deluge #89809E

Color information

#89809E (or 0x89809E) is unknown color: approx Deluge. HEX triplet: 89, 80 and 9E. RGB value is (137,128,158). Sum of RGB (Red+Green+Blue) = 137+128+158=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #89809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809E is #767F61. Grayscale: #868686. Windows color (decimal): -7765858 or 10387593. OLE color: 10387593.

HSL color Cylindrical-coordinate representation of color #89809E: hue angle of 258º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89809E is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137128158-
CMYK0.130.1900.38
HSL258º13.39%56.08%-
HSV(B)258º18.99%61.96%-
XYZ24.2123.2335.55-
YUV134.11141.48130.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=32.39%
G=30.26%
B=37.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371281580.130.1900.3825813.3956.08
Hex89809ED13026102d38
Octal21120023615230464021570
Binary10001001100000001001111011011001101001101000000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89809E; }

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

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

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

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

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

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

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

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