#80799B

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

Shades of Deluge #80799B

Tints of Deluge #80799B

Color information

#80799B (or 0x80799B) is unknown color: approx Deluge. HEX triplet: 80, 79 and 9B. RGB value is (128,121,155). Sum of RGB (Red+Green+Blue) = 128+121+155=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #80799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799B is #7F8664. Grayscale: #7E7E7E. Windows color (decimal): -8357477 or 10189184. OLE color: 10189184.

HSL color Cylindrical-coordinate representation of color #80799B: hue angle of 252.35º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80799B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128121155-
CMYK0.170.2200.39
HSL252.35º14.53%54.12%-
HSV(B)252.35º21.94%60.78%-
XYZ21.6620.6333.85-
YUV126.97143.82128.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=31.68%
G=29.95%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281211550.170.2200.39252.3514.5354.12
Hex80799B1116027fcf36
Octal20017123321260473741766
Binary1000000011110011001101110001101100100111111111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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