#80759B

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

Shades of Deluge #80759B

Tints of Deluge #80759B

Color information

#80759B (or 0x80759B) is unknown color: approx Deluge. HEX triplet: 80, 75 and 9B. RGB value is (128,117,155). Sum of RGB (Red+Green+Blue) = 128+117+155=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #80759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80759B is #7F8A64. Grayscale: #7C7C7C. Windows color (decimal): -8358501 or 10188160. OLE color: 10188160.

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

Color convert

RGB128117155-
CMYK0.170.2500.39
HSL257.37º15.97%53.33%-
HSV(B)257.37º24.52%60.78%-
XYZ21.1819.6833.69-
YUV124.62145.14130.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=32%
G=29.25%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281171550.170.2500.39257.3715.9753.33
Hex80759B11190271011035
Octal20016523321310474012065
Binary100000001110101100110111000111001010011110000000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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