#80799D

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

Shades of Deluge #80799D

Tints of Deluge #80799D

Color information

#80799D (or 0x80799D) is unknown color: approx Deluge. HEX triplet: 80, 79 and 9D. RGB value is (128,121,157). Sum of RGB (Red+Green+Blue) = 128+121+157=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #80799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799D is #7F8662. Grayscale: #7F7F7F. Windows color (decimal): -8357475 or 10320256. OLE color: 10320256.

HSL color Cylindrical-coordinate representation of color #80799D: hue angle of 251.67º 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 #80799D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128121157-
CMYK0.180.2300.38
HSL251.67º15.52%54.51%-
HSV(B)251.67º22.93%61.57%-
XYZ21.8320.734.74-
YUV127.2144.82128.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=31.53%
G=29.80%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281211570.180.2300.38251.6715.5254.51
Hex80799D1217026fc1037
Octal20017123522270463742067
Binary10000000111100110011101100101011101001101111110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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