#8466AB

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

Shades of Deluge #8466AB

Tints of Deluge #8466AB

Color information

#8466AB (or 0x8466AB) is unknown color: approx Deluge. HEX triplet: 84, 66 and AB. RGB value is (132,102,171). Sum of RGB (Red+Green+Blue) = 132+102+171=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8466AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8466AB is #7B9954. Grayscale: #767676. Windows color (decimal): -8100181 or 11232900. OLE color: 11232900.

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

Color convert

RGB132102171-
CMYK0.230.4000.33
HSL266.09º29.11%53.53%-
HSV(B)266.09º40.35%67.06%-
XYZ21.6217.3540.74-
YUV118.84157.44137.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=32.59%
G=25.19%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321021710.230.4000.33266.0929.1153.53
Hex8466AB172802110a1d36
Octal20414625327500414123566
Binary1000010011001101010101110111101000010000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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