#8060AB

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

Shades of Deluge #8060AB

Tints of Deluge #8060AB

Color information

#8060AB (or 0x8060AB) is unknown color: approx Deluge. HEX triplet: 80, 60 and AB. RGB value is (128,96,171). Sum of RGB (Red+Green+Blue) = 128+96+171=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #8060AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8060AB is #7F9F54. Grayscale: #717171. Windows color (decimal): -8363861 or 11231360. OLE color: 11231360.

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

Color convert

RGB12896171-
CMYK0.250.4400.33
HSL265.6º30.86%52.35%-
HSV(B)265.6º43.86%67.06%-
XYZ20.4415.940.52-
YUV114.12160.1137.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=32.41%
G=24.30%
B=43.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128961710.250.4400.33265.630.8652.35
Hex8060AB192C02110a1f34
Octal20014025331540414123764
Binary1000000011000001010101111001101100010000110000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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