#8072AB

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

Shades of Deluge #8072AB

Tints of Deluge #8072AB

Color information

#8072AB (or 0x8072AB) is unknown color: approx Deluge. HEX triplet: 80, 72 and AB. RGB value is (128,114,171). Sum of RGB (Red+Green+Blue) = 128+114+171=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8072AB is #7F8D54. Grayscale: #7C7C7C. Windows color (decimal): -8359253 or 11235968. OLE color: 11235968.

HSL color Cylindrical-coordinate representation of color #8072AB: hue angle of 254.74º 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 #8072AB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128114171-
CMYK0.250.3300.33
HSL254.74º25.33%55.88%-
HSV(B)254.74º33.33%67.06%-
XYZ22.2719.5641.13-
YUV124.68154.14130.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=30.99%
G=27.60%
B=41.40%

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
Decimal1281141710.250.3300.33254.7425.3355.88
Hex8072AB1921021ff1938
Octal20016225331410413773170
Binary100000001110010101010111100110000101000011111111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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