#80779D

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

Shades of Deluge #80779D

Tints of Deluge #80779D

Color information

#80779D (or 0x80779D) is unknown color: approx Deluge. HEX triplet: 80, 77 and 9D. RGB value is (128,119,157). Sum of RGB (Red+Green+Blue) = 128+119+157=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #80779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779D is #7F8862. Grayscale: #7D7D7D. Windows color (decimal): -8357987 or 10319744. OLE color: 10319744.

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

Color convert

RGB128119157-
CMYK0.180.2400.38
HSL254.21º16.24%54.12%-
HSV(B)254.21º24.2%61.57%-
XYZ21.5820.2234.66-
YUV126.02145.48129.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=31.68%
G=29.46%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281191570.180.2400.38254.2116.2454.12
Hex80779D1218026fe1036
Octal20016723522300463762066
Binary10000000111011110011101100101100001001101111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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