#80729B

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

Shades of Deluge #80729B

Tints of Deluge #80729B

Color information

#80729B (or 0x80729B) is unknown color: approx Deluge. HEX triplet: 80, 72 and 9B. RGB value is (128,114,155). Sum of RGB (Red+Green+Blue) = 128+114+155=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #80729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729B is #7F8D64. Grayscale: #7A7A7A. Windows color (decimal): -8359269 or 10187392. OLE color: 10187392.

HSL color Cylindrical-coordinate representation of color #80729B: hue angle of 260.49º 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 #80729B is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128114155-
CMYK0.170.2600.39
HSL260.49º17.01%52.75%-
HSV(B)260.49º26.45%60.78%-
XYZ20.8418.9933.58-
YUV122.86146.14131.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=32.24%
G=28.72%
B=39.04%

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
Decimal1281141550.170.2600.39260.4917.0152.75
Hex80729B111A0271041135
Octal20016223321320474042165
Binary100000001110010100110111000111010010011110000010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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