#8476A2

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

Shades of Deluge #8476A2

Tints of Deluge #8476A2

Color information

#8476A2 (or 0x8476A2) is unknown color: approx Deluge. HEX triplet: 84, 76 and A2. RGB value is (132,118,162). Sum of RGB (Red+Green+Blue) = 132+118+162=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 162 - color contains mainly: blue. Hex color #8476A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8476A2 is #7B895D. Grayscale: #7F7F7F. Windows color (decimal): -8096094 or 10647172. OLE color: 10647172.

HSL color Cylindrical-coordinate representation of color #8476A2: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8476A2 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB132118162-
CMYK0.190.2700.36
HSL259.09º19.13%54.9%-
HSV(B)259.09º27.16%63.53%-
XYZ22.5220.4736.95-
YUV127.2147.64131.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 162 (63.67% from 255) = 39.32%
R=32.04%
G=28.64%
B=39.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321181620.190.2700.36259.0919.1354.9
Hex8476A2131B0241031337
Octal20416624223330444032367
Binary100001001110110101000101001111011010010010000001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8476A2; }

 p { color: rgb(132,118,162); }

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

<style>
 a { background-color: #8476A2; }

 a { background-color: rgb(132,118,162); }

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

<style>
 span { border-color: #8476A2; }

 span { border-color: rgb(132,118,162); }

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