#8466AE

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

Shades of Deluge #8466AE

Tints of Deluge #8466AE

Color information

#8466AE (or 0x8466AE) is unknown color: approx Deluge. HEX triplet: 84, 66 and AE. RGB value is (132,102,174). Sum of RGB (Red+Green+Blue) = 132+102+174=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #8466AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8466AE is #7B9951. Grayscale: #767676. Windows color (decimal): -8100178 or 11429508. OLE color: 11429508.

HSL color Cylindrical-coordinate representation of color #8466AE: hue angle of 265º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8466AE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132102174-
CMYK0.240.4100.32
HSL265º30.77%54.12%-
HSV(B)265º41.38%68.24%-
XYZ21.9117.4642.26-
YUV119.18158.94137.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=32.35%
G=25%
B=42.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321021740.240.4100.3226530.7754.12
Hex8466AE18290201091f36
Octal20414625630510404113766
Binary1000010011001101010111011000101001010000010000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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