#8468AE

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

Shades of Deluge #8468AE

Tints of Deluge #8468AE

Color information

#8468AE (or 0x8468AE) is unknown color: approx Deluge. HEX triplet: 84, 68 and AE. RGB value is (132,104,174). Sum of RGB (Red+Green+Blue) = 132+104+174=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8468AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468AE is #7B9751. Grayscale: #787878. Windows color (decimal): -8099666 or 11430020. OLE color: 11430020.

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

Color convert

RGB132104174-
CMYK0.240.4000.32
HSL264º30.17%54.51%-
HSV(B)264º40.23%68.24%-
XYZ22.1117.8642.33-
YUV120.35158.28136.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=32.20%
G=25.37%
B=42.44%

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
Decimal1321041740.240.4000.3226430.1754.51
Hex8468AE18280201081e37
Octal20415025630500404103667
Binary1000010011010001010111011000101000010000010000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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