#8460AA

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

Shades of Deluge #8460AA

Tints of Deluge #8460AA

Color information

#8460AA (or 0x8460AA) is unknown color: approx Deluge. HEX triplet: 84, 60 and AA. RGB value is (132,96,170). Sum of RGB (Red+Green+Blue) = 132+96+170=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #8460AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8460AA is #7B9F55. Grayscale: #727272. Windows color (decimal): -8101718 or 11165828. OLE color: 11165828.

HSL color Cylindrical-coordinate representation of color #8460AA: hue angle of 269.19º degrees, saturation: 0.3, 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 #8460AA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13296170-
CMYK0.220.4400.33
HSL269.19º30.33%52.16%-
HSV(B)269.19º43.53%66.67%-
XYZ20.9516.1740.05-
YUV115.2158.93139.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.17%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=33.17%
G=24.12%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132961700.220.4400.33269.1930.3352.16
Hex8460AA162C02110d1e34
Octal20414025226540414153664
Binary1000010011000001010101010110101100010000110000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8460AA; }

 p { color: rgb(132,96,170); }

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

<style>
 a { background-color: #8460AA; }

 a { background-color: rgb(132,96,170); }

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

<style>
 span { border-color: #8460AA; }

 span { border-color: rgb(132,96,170); }

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