#8468AA

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

Shades of Deluge #8468AA

Tints of Deluge #8468AA

Color information

#8468AA (or 0x8468AA) is unknown color: approx Deluge. HEX triplet: 84, 68 and AA. RGB value is (132,104,170). Sum of RGB (Red+Green+Blue) = 132+104+170=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8468AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468AA is #7B9755. Grayscale: #777777. Windows color (decimal): -8099670 or 11167876. OLE color: 11167876.

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

Color convert

RGB132104170-
CMYK0.220.3900.33
HSL265.45º27.97%53.73%-
HSV(B)265.45º38.82%66.67%-
XYZ21.7217.7140.3-
YUV119.9156.28136.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=32.51%
G=25.62%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321041700.220.3900.33265.4527.9753.73
Hex8468AA16270211091c36
Octal20415025226470414113466
Binary1000010011010001010101010110100111010000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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