#80789E

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

Shades of Deluge #80789E

Tints of Deluge #80789E

Color information

#80789E (or 0x80789E) is unknown color: approx Deluge. HEX triplet: 80, 78 and 9E. RGB value is (128,120,158). Sum of RGB (Red+Green+Blue) = 128+120+158=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #80789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789E is #7F8761. Grayscale: #7E7E7E. Windows color (decimal): -8357730 or 10385536. OLE color: 10385536.

HSL color Cylindrical-coordinate representation of color #80789E: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80789E is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128120158-
CMYK0.190.2400.38
HSL252.63º16.38%54.51%-
HSV(B)252.63º24.05%61.96%-
XYZ21.7920.4935.15-
YUV126.72145.65128.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=31.53%
G=29.56%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281201580.190.2400.38252.6316.3854.51
Hex80789E1318026fd1037
Octal20017023623300463752067
Binary10000000111100010011110100111100001001101111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80789E; }

 p { color: rgb(128,120,158); }

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

<style>
 a { background-color: #80789E; }

 a { background-color: rgb(128,120,158); }

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

<style>
 span { border-color: #80789E; }

 span { border-color: rgb(128,120,158); }

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