#8466AA

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

Shades of Deluge #8466AA

Tints of Deluge #8466AA

Color information

#8466AA (or 0x8466AA) is unknown color: approx Deluge. HEX triplet: 84, 66 and AA. RGB value is (132,102,170). Sum of RGB (Red+Green+Blue) = 132+102+170=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8466AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8466AA is #7B9955. Grayscale: #767676. Windows color (decimal): -8100182 or 11167364. OLE color: 11167364.

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

Color convert

RGB132102170-
CMYK0.220.400.33
HSL266.47º28.57%53.33%-
HSV(B)266.47º40%66.67%-
XYZ21.5217.3140.24-
YUV118.72156.94137.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=32.67%
G=25.25%
B=42.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321021700.220.400.33266.4728.5753.33
Hex8466AA162802110a1d35
Octal20414625226500414123565
Binary1000010011001101010101010110101000010000110000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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