#8480AA

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

Shades of Deluge #8480AA

Tints of Deluge #8480AA

Color information

#8480AA (or 0x8480AA) is unknown color: approx Deluge. HEX triplet: 84, 80 and AA. RGB value is (132,128,170). Sum of RGB (Red+Green+Blue) = 132+128+170=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8480AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8480AA is #7B7F55. Grayscale: #858585. Windows color (decimal): -8093526 or 11174020. OLE color: 11174020.

HSL color Cylindrical-coordinate representation of color #8480AA: hue angle of 245.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8480AA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132128170-
CMYK0.220.2500.33
HSL245.71º19.81%58.43%-
HSV(B)245.71º24.71%66.67%-
XYZ24.4923.2541.23-
YUV133.98148.33126.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=30.70%
G=29.77%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321281700.220.2500.33245.7119.8158.43
Hex8480AA1619021f6143a
Octal20420025226310413662472
Binary100001001000000010101010101101100101000011111011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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