#8468AD

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

Shades of Deluge #8468AD

Tints of Deluge #8468AD

Color information

#8468AD (or 0x8468AD) is unknown color: approx Deluge. HEX triplet: 84, 68 and AD. RGB value is (132,104,173). Sum of RGB (Red+Green+Blue) = 132+104+173=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #8468AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468AD is #7B9752. Grayscale: #777777. Windows color (decimal): -8099667 or 11364484. OLE color: 11364484.

HSL color Cylindrical-coordinate representation of color #8468AD: hue angle of 264.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8468AD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132104173-
CMYK0.240.4000.32
HSL264.35º29.61%54.31%-
HSV(B)264.35º39.88%67.84%-
XYZ22.0117.8241.82-
YUV120.24157.78136.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=32.27%
G=25.43%
B=42.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321041730.240.4000.32264.3529.6154.31
Hex8468AD18280201081e36
Octal20415025530500404103666
Binary1000010011010001010110111000101000010000010000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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