#80759E

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

Shades of Deluge #80759E

Tints of Deluge #80759E

Color information

#80759E (or 0x80759E) is unknown color: approx Deluge. HEX triplet: 80, 75 and 9E. RGB value is (128,117,158). Sum of RGB (Red+Green+Blue) = 128+117+158=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #80759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80759E is #7F8A61. Grayscale: #7C7C7C. Windows color (decimal): -8358498 or 10384768. OLE color: 10384768.

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

Color convert

RGB128117158-
CMYK0.190.2600.38
HSL256.1º17.45%53.92%-
HSV(B)256.1º25.95%61.96%-
XYZ21.4319.7835.04-
YUV124.96146.64130.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=31.76%
G=29.03%
B=39.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281171580.190.2600.38256.117.4553.92
Hex80759E131A0261001136
Octal20016523623320464002166
Binary100000001110101100111101001111010010011010000000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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