#80799E

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

Shades of Deluge #80799E

Tints of Deluge #80799E

Color information

#80799E (or 0x80799E) is unknown color: approx Deluge. HEX triplet: 80, 79 and 9E. RGB value is (128,121,158). Sum of RGB (Red+Green+Blue) = 128+121+158=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #80799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799E is #7F8661. Grayscale: #7F7F7F. Windows color (decimal): -8357474 or 10385792. OLE color: 10385792.

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

Color convert

RGB128121158-
CMYK0.190.2300.38
HSL251.35º16.02%54.71%-
HSV(B)251.35º23.42%61.96%-
XYZ21.9120.7335.19-
YUV127.31145.32128.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=31.45%
G=29.73%
B=38.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281211580.190.2300.38251.3516.0254.71
Hex80799E1317026fb1037
Octal20017123623270463732067
Binary10000000111100110011110100111011101001101111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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