#80729D

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

Shades of Deluge #80729D

Tints of Deluge #80729D

Color information

#80729D (or 0x80729D) is unknown color: approx Deluge. HEX triplet: 80, 72 and 9D. RGB value is (128,114,157). Sum of RGB (Red+Green+Blue) = 128+114+157=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #80729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729D is #7F8D62. Grayscale: #7A7A7A. Windows color (decimal): -8359267 or 10318464. OLE color: 10318464.

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

Color convert

RGB128114157-
CMYK0.180.2700.38
HSL259.53º17.99%53.14%-
HSV(B)259.53º27.39%61.57%-
XYZ21.0119.0634.47-
YUV123.09147.14131.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=32.08%
G=28.57%
B=39.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281141570.180.2700.38259.5317.9953.14
Hex80729D121B0261041235
Octal20016223522330464042265
Binary100000001110010100111011001011011010011010000010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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