COLOR #8476D2

HEX: #8476D2
RGB: (132,118,210)

Color info

#8476D2 contains mainly blue color. Web safe color of #8476D2 is #9966CC (or #96C).

RGB color model

#8476D2 color RGB value is (132,118,210).

  • red value is 132;
  • green value is 118;
  • blue value is 210.
RGB:
(132,118,210)
(52%,46%,82%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 210 of 255 = 82%

132
118
210

R + G + B ~ 60%. #8476D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 210 = 460 (100%)
R 132 of 460 ~ 28.7%
G 118 of 460 ~ 25.65%
B 210 of 460 ~ 45.65%

%28.7
%25.65
%45.65

CMYK color model

#8476D2 color CMYK value is (37,44,0,18).

  • cyan value is 37.14%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,44,0,18)
C37M44Y0K18 
(37%,44%,0%,18%)
(0.37/0.44/0.00/0.18)	

CMYK percentages

%37.14
%43.81
%0
%17.65

Codes

Color #8476D2 in popluar color models

8476D2
RGB132118210
HSL249°50.55%64.31%
HSB/HSV249°43.81%82.35%
CMYK37.14%43.81%0.00%
17.65%

Color #8476D2 in popluar number systems.

HEX8476D2
Decimal132118210
Binary10000100111011011010010
Octal204166322

Shades and tints

Shades of #8476D2

#8476D2
(132,118,210)
#786CBF
(120,108,191)
#6C62AC
(108,98,172)
#605899
(96,88,153)
#544E86
(84,78,134)
#484473
(72,68,115)
#3C3A60
(60,58,96)
#30304D
(48,48,77)
#24263A
(36,38,58)
#181C27
(24,28,39)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #8476D2

#8476D2
(132,118,210)
#8F82D6
(143,130,214)
#9A8EDA
(154,142,218)
#A59ADE
(165,154,222)
#B0A6E2
(176,166,226)
#BBB2E6
(187,178,230)
#C6BEEA
(198,190,234)
#D1CAEE
(209,202,238)
#DCD6F2
(220,214,242)
#E7E2F6
(231,226,246)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8476D2 color. Also use rgb(132,118,210) instead hex code.

Text Font Color

.myTextColor { color: #8476D2; }

<p style="color:#8476D2">This sample text font color is #8476D2.</p>

This text font color is #8476D2.


Background Color

.myBgColor { background-color: #8476D2; }

<div style="background-color:#8476D2">Inner text</div>

This div background color is #8476D2.


Border color

.myBorderColor { border: 1px solid #8476D2; }

<div style="border:3px solid #8476D2">Div</div>

This div border color is #8476D2.


Opacity

.myOpacity80 { color: #8476D2; opacity: 0.8; }

<p style="color:#8476D2;opacity:0.8;">80%</p>

Text with #8476D2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8476D2;}

<p style="text-shadow: 3px 3px 1px #8476D2">Text here.</p>

This text has shadow with #8476D2 color.

.textShadow {text-shadow: 3px 3px 1px #8476D2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8476D2, 5px 5px 20px red">Text here.</p>

This text has shadow with #8476D2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8476D2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8476D2, Direction=45, Strength=4)">Text</p>

This text has shadow with #8476D2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8476D2;
  -webkit-box-shadow:	1px 1px 3px 2px #8476D2;
  box-shadow:		1px 1px 3px 2px #8476D2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8476D2;
-webkit-box-shadow: 1px 1px 3px 2px #8476D2;
box-shadow:1px 1px 3px 2px #8476D2;">
Div content here</div>
This div box has shadow with color #8476D2.

Preview

Color preview on black background

This text has color #8476D2 on black background.


Color preview on white background

This text has color #8476D2 on white background.



Black color preview on #8476D2 background

This text has black color on #8476D2 background.


White color preview on #8476D2 background

This text has white color on #8476D2 background.