#89789C

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

Shades of Deluge #89789C

Tints of Deluge #89789C

Color information

#89789C (or 0x89789C) is unknown color: approx Deluge. HEX triplet: 89, 78 and 9C. RGB value is (137,120,156). Sum of RGB (Red+Green+Blue) = 137+120+156=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #89789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89789C is #768763. Grayscale: #818181. Windows color (decimal): -7767908 or 10254473. OLE color: 10254473.

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

Color convert

RGB137120156-
CMYK0.120.2300.39
HSL268.33º15.38%54.12%-
HSV(B)268.33º23.08%61.18%-
XYZ23.0321.1534.32-
YUV129.19143.13133.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=33.17%
G=29.06%
B=37.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371201560.120.2300.39268.3315.3854.12
Hex89789CC1702710cf36
Octal21117023414270474141766
Binary1000100111110001001110011001011101001111000011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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