#8073AB

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

Shades of Deluge #8073AB

Tints of Deluge #8073AB

Color information

#8073AB (or 0x8073AB) is unknown color: approx Deluge. HEX triplet: 80, 73 and AB. RGB value is (128,115,171). Sum of RGB (Red+Green+Blue) = 128+115+171=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8073AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AB is #7F8C54. Grayscale: #7D7D7D. Windows color (decimal): -8358997 or 11236224. OLE color: 11236224.

HSL color Cylindrical-coordinate representation of color #8073AB: hue angle of 253.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8073AB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128115171-
CMYK0.250.3300.33
HSL253.93º25%56.08%-
HSV(B)253.93º32.75%67.06%-
XYZ22.3819.7941.17-
YUV125.27153.81129.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=30.92%
G=27.78%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281151710.250.3300.33253.932556.08
Hex8073AB1921021fe1938
Octal20016325331410413763170
Binary100000001110011101010111100110000101000011111111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8073AB; }

 p { color: rgb(128,115,171); }

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

<style>
 a { background-color: #8073AB; }

 a { background-color: rgb(128,115,171); }

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

<style>
 span { border-color: #8073AB; }

 span { border-color: rgb(128,115,171); }

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