#80779E

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

Shades of Deluge #80779E

Tints of Deluge #80779E

Color information

#80779E (or 0x80779E) is unknown color: approx Deluge. HEX triplet: 80, 77 and 9E. RGB value is (128,119,158). Sum of RGB (Red+Green+Blue) = 128+119+158=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #80779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779E is #7F8861. Grayscale: #7D7D7D. Windows color (decimal): -8357986 or 10385280. OLE color: 10385280.

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

Color convert

RGB128119158-
CMYK0.190.2500.38
HSL253.85º16.74%54.31%-
HSV(B)253.85º24.68%61.96%-
XYZ21.6720.2535.11-
YUV126.14145.98129.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=31.60%
G=29.38%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281191580.190.2500.38253.8516.7454.31
Hex80779E1319026fe1136
Octal20016723623310463762166
Binary10000000111011110011110100111100101001101111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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