#8071AC

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

Shades of Deluge #8071AC

Tints of Deluge #8071AC

Color information

#8071AC (or 0x8071AC) is unknown color: approx Deluge. HEX triplet: 80, 71 and AC. RGB value is (128,113,172). Sum of RGB (Red+Green+Blue) = 128+113+172=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #8071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8071AC is #7F8E53. Grayscale: #7B7B7B. Windows color (decimal): -8359508 or 11301248. OLE color: 11301248.

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

Color convert

RGB128113172-
CMYK0.260.3400.33
HSL255.25º26.22%55.88%-
HSV(B)255.25º34.3%67.45%-
XYZ22.2519.3841.6-
YUV124.21154.97130.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=30.99%
G=27.36%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281131720.260.3400.33255.2526.2255.88
Hex8071AC1A22021ff1a38
Octal20016125432420413773270
Binary100000001110001101011001101010001001000011111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8071AC; }

 p { color: rgb(128,113,172); }

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

<style>
 a { background-color: #8071AC; }

 a { background-color: rgb(128,113,172); }

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

<style>
 span { border-color: #8071AC; }

 span { border-color: rgb(128,113,172); }

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