#8464AA

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

Shades of Deluge #8464AA

Tints of Deluge #8464AA

Color information

#8464AA (or 0x8464AA) is unknown color: approx Deluge. HEX triplet: 84, 64 and AA. RGB value is (132,100,170). Sum of RGB (Red+Green+Blue) = 132+100+170=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8464AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8464AA is #7B9B55. Grayscale: #757575. Windows color (decimal): -8100694 or 11166852. OLE color: 11166852.

HSL color Cylindrical-coordinate representation of color #8464AA: hue angle of 267.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8464AA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132100170-
CMYK0.220.4100.33
HSL267.43º29.17%52.94%-
HSV(B)267.43º41.18%66.67%-
XYZ21.3316.9240.17-
YUV117.55157.6138.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=32.84%
G=24.88%
B=42.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321001700.220.4100.33267.4329.1752.94
Hex8464AA162902110b1d35
Octal20414425226510414133565
Binary1000010011001001010101010110101001010000110000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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