#8480AE

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

Shades of Deluge #8480AE

Tints of Deluge #8480AE

Color information

#8480AE (or 0x8480AE) is unknown color: approx Deluge. HEX triplet: 84, 80 and AE. RGB value is (132,128,174). Sum of RGB (Red+Green+Blue) = 132+128+174=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #8480AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8480AE is #7B7F51. Grayscale: #868686. Windows color (decimal): -8093522 or 11436164. OLE color: 11436164.

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

Color convert

RGB132128174-
CMYK0.240.2600.32
HSL245.22º22.12%59.22%-
HSV(B)245.22º26.44%68.24%-
XYZ24.8723.443.25-
YUV134.44150.33126.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=30.41%
G=29.49%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321281740.240.2600.32245.2222.1259.22
Hex8480AE181A020f5163b
Octal20420025630320403652673
Binary100001001000000010101110110001101001000001111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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