#80739B

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

Shades of Deluge #80739B

Tints of Deluge #80739B

Color information

#80739B (or 0x80739B) is unknown color: approx Deluge. HEX triplet: 80, 73 and 9B. RGB value is (128,115,155). Sum of RGB (Red+Green+Blue) = 128+115+155=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #80739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80739B is #7F8C64. Grayscale: #7B7B7B. Windows color (decimal): -8359013 or 10187648. OLE color: 10187648.

HSL color Cylindrical-coordinate representation of color #80739B: hue angle of 259.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80739B is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128115155-
CMYK0.170.2600.39
HSL259.5º16.67%52.94%-
HSV(B)259.5º25.81%60.78%-
XYZ20.9519.2233.62-
YUV123.45145.81131.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=32.16%
G=28.89%
B=38.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281151550.170.2600.39259.516.6752.94
Hex80739B111A0271041135
Octal20016323321320474042165
Binary100000001110011100110111000111010010011110000010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80739B; }

 p { color: rgb(128,115,155); }

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

<style>
 a { background-color: #80739B; }

 a { background-color: rgb(128,115,155); }

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

<style>
 span { border-color: #80739B; }

 span { border-color: rgb(128,115,155); }

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