#8476B2

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

Shades of Deluge #8476B2

Tints of Deluge #8476B2

Color information

#8476B2 (or 0x8476B2) is unknown color: approx Deluge. HEX triplet: 84, 76 and B2. RGB value is (132,118,178). Sum of RGB (Red+Green+Blue) = 132+118+178=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #8476B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8476B2 is #7B894D. Grayscale: #808080. Windows color (decimal): -8096078 or 11695748. OLE color: 11695748.

HSL color Cylindrical-coordinate representation of color #8476B2: hue angle of 254º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8476B2 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132118178-
CMYK0.260.3400.30
HSL254º28.04%58.04%-
HSV(B)254º33.71%69.8%-
XYZ24.0321.0844.92-
YUV129.03155.64130.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=30.84%
G=27.57%
B=41.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321181780.260.3400.3025428.0458.04
Hex8476B21A2201Efe1c3a
Octal20416626232420363763472
Binary10000100111011010110010110101000100111101111111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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