#89799C

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

Shades of Deluge #89799C

Tints of Deluge #89799C

Color information

#89799C (or 0x89799C) is unknown color: approx Deluge. HEX triplet: 89, 79 and 9C. RGB value is (137,121,156). Sum of RGB (Red+Green+Blue) = 137+121+156=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #89799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89799C is #768663. Grayscale: #818181. Windows color (decimal): -7767652 or 10254729. OLE color: 10254729.

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

Color convert

RGB137121156-
CMYK0.120.2200.39
HSL267.43º15.02%54.31%-
HSV(B)267.43º22.44%61.18%-
XYZ23.1521.3934.36-
YUV129.77142.8133.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=33.09%
G=29.23%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371211560.120.2200.39267.4315.0254.31
Hex89799CC1602710bf36
Octal21117123414260474131766
Binary1000100111110011001110011001011001001111000010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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