#89809D

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

Shades of Deluge #89809D

Tints of Deluge #89809D

Color information

#89809D (or 0x89809D) is unknown color: approx Deluge. HEX triplet: 89, 80 and 9D. RGB value is (137,128,157). Sum of RGB (Red+Green+Blue) = 137+128+157=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #89809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809D is #767F62. Grayscale: #858585. Windows color (decimal): -7765859 or 10322057. OLE color: 10322057.

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

Color convert

RGB137128157-
CMYK0.130.1800.38
HSL258.62º12.89%55.88%-
HSV(B)258.62º18.47%61.57%-
XYZ24.1223.1935.1-
YUV134140.98130.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=32.46%
G=30.33%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371281570.130.1800.38258.6212.8955.88
Hex89809DD12026103d38
Octal21120023515220464031570
Binary10001001100000001001110111011001001001101000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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