COLOR #8476EC

HEX: #8476EC
RGB: (132,118,236)

Color info

#8476EC contains mainly blue color. Web safe color of #8476EC is #9966FF (or #96F).

RGB color model

#8476EC color RGB value is (132,118,236).

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

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 236 of 255 = 93%

132
118
236

R + G + B ~ 64%. #8476EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 236 = 486 (100%)
R 132 of 486 ~ 27.16%
G 118 of 486 ~ 24.28%
B 236 of 486 ~ 48.56%

%27.16
%24.28
%48.56

CMYK color model

#8476EC color CMYK value is (44,50,0,7).

  • cyan value is 44.07%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(44,50,0,7)
C44M50Y0K7 
(44%,50%,0%,7%)
(0.44/0.50/0.00/0.07)	

CMYK percentages

%44.07
%50
%0
%7.45

Codes

Color #8476EC in popluar color models

8476EC
RGB132118236
HSL247°75.64%69.41%
HSB/HSV247°50.00%92.55%
CMYK44.07%50.00%0.00%
7.45%

Color #8476EC in popluar number systems.

HEX8476EC
Decimal132118236
Binary10000100111011011101100
Octal204166354

Shades and tints

Shades of #8476EC

#8476EC
(132,118,236)
#786CD7
(120,108,215)
#6C62C2
(108,98,194)
#6058AD
(96,88,173)
#544E98
(84,78,152)
#484483
(72,68,131)
#3C3A6E
(60,58,110)
#303059
(48,48,89)
#242644
(36,38,68)
#181C2F
(24,28,47)
#0C121A
(12,18,26)
#000000
(0,0,0)

Tints of #8476EC

#8476EC
(132,118,236)
#8F82ED
(143,130,237)
#9A8EEE
(154,142,238)
#A59AEF
(165,154,239)
#B0A6F0
(176,166,240)
#BBB2F1
(187,178,241)
#C6BEF2
(198,190,242)
#D1CAF3
(209,202,243)
#DCD6F4
(220,214,244)
#E7E2F5
(231,226,245)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8476EC; }

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

This text font color is #8476EC.


Background Color

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

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

This div background color is #8476EC.


Border color

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

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

This div border color is #8476EC.


Opacity

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

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

Text with #8476EC 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 #8476EC;}

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

This text has shadow with #8476EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8476EC on black background.


Color preview on white background

This text has color #8476EC on white background.



Black color preview on #8476EC background

This text has black color on #8476EC background.


White color preview on #8476EC background

This text has white color on #8476EC background.