#89809C

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

Shades of Deluge #89809C

Tints of Deluge #89809C

Color information

#89809C (or 0x89809C) is unknown color: approx Deluge. HEX triplet: 89, 80 and 9C. RGB value is (137,128,156). Sum of RGB (Red+Green+Blue) = 137+128+156=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #89809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809C is #767F63. Grayscale: #858585. Windows color (decimal): -7765860 or 10256521. OLE color: 10256521.

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

Color convert

RGB137128156-
CMYK0.120.1800.39
HSL259.29º12.39%55.69%-
HSV(B)259.29º17.95%61.18%-
XYZ24.0423.1634.66-
YUV133.88140.48130.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=32.54%
G=30.40%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371281560.120.1800.39259.2912.3955.69
Hex89809CC12027103c38
Octal21120023414220474031470
Binary10001001100000001001110011001001001001111000000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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