#89809F

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

Shades of Deluge #89809F

Tints of Deluge #89809F

Color information

#89809F (or 0x89809F) is unknown color: approx Deluge. HEX triplet: 89, 80 and 9F. RGB value is (137,128,159). Sum of RGB (Red+Green+Blue) = 137+128+159=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #89809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809F is #767F60. Grayscale: #868686. Windows color (decimal): -7765857 or 10453129. OLE color: 10453129.

HSL color Cylindrical-coordinate representation of color #89809F: hue angle of 257.42º degrees, saturation: 0.14, 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 #89809F is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137128159-
CMYK0.140.1900.38
HSL257.42º13.9%56.27%-
HSV(B)257.42º19.5%62.35%-
XYZ24.2923.2636.01-
YUV134.22141.98129.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=32.31%
G=30.19%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371281590.140.1900.38257.4213.956.27
Hex89809FE13026101e38
Octal21120023716230464011670
Binary10001001100000001001111111101001101001101000000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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