#80729E

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

Shades of Deluge #80729E

Tints of Deluge #80729E

Color information

#80729E (or 0x80729E) is unknown color: approx Deluge. HEX triplet: 80, 72 and 9E. RGB value is (128,114,158). Sum of RGB (Red+Green+Blue) = 128+114+158=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #80729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729E is #7F8D61. Grayscale: #7B7B7B. Windows color (decimal): -8359266 or 10384000. OLE color: 10384000.

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

Color convert

RGB128114158-
CMYK0.190.2800.38
HSL259.09º18.49%53.33%-
HSV(B)259.09º27.85%61.96%-
XYZ21.0919.0934.92-
YUV123.2147.64131.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=32%
G=28.5%
B=39.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281141580.190.2800.38259.0918.4953.33
Hex80729E131C0261031235
Octal20016223623340464032265
Binary100000001110010100111101001111100010011010000001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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