COLOR #847ED7

HEX: #847ED7 RGB: (132,126,215)

Color info

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

RGB color model

#847ED7 color RGB value is (132,126,215).

RGB: (132,126,215) (52%, 49%, 84%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 215 of 255 = 84%

132
126
215

R + G + B ~ 62%. #847ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 126 + 215 = 473 (100%)
R 132 of 473 ~ 27.91%
G 126 of 473 ~ 26.64%
B 215 of 473 ~ 45.45'%

%27.91
%26.64
%45.45

CMYK color model

#847ED7 color CMYK value is (39,41,0,16).

  • cyan value is 38.60%
  • magenta value is 41.40%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (39,41,0,16)
C39M41Y0K16 (39%, 41%, 0%, 16%)
(0.39 / 0.41 / 0.00 / 0.16)

CMYK percentages

%38.6
%41.4
%0
%15.69

Codes

Color #847ED7 in popluar color models

84 7E D7
RGB 132 126 215
HSL 244° 52.66% 66.86%
HSB/HSV 244° 41.40% 84.31%
CMYK 38.60% 41.40% 0.00%
15.69%

Color #847ED7 in popluar number systems.

HEX 84 7E D7
Decimal 132 126 215
Binary 10000100 1111110 11010111
Octal 204 176 327

Shades and tints

Shades of #847ED7

#847ED7
(132,126,215)
#7873C4
(120,115,196)
#6C68B1
(108,104,177)
#605D9E
(96,93,158)
#54528B
(84,82,139)
#484778
(72,71,120)
#3C3C65
(60,60,101)
#303152
(48,49,82)
#24263F
(36,38,63)
#181B2C
(24,27,44)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #847ED7

#847ED7
(132,126,215)
#8F89DA
(143,137,218)
#9A94DD
(154,148,221)
#A59FE0
(165,159,224)
#B0AAE3
(176,170,227)
#BBB5E6
(187,181,230)
#C6C0E9
(198,192,233)
#D1CBEC
(209,203,236)
#DCD6EF
(220,214,239)
#E7E1F2
(231,225,242)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847ED7 color. Also use rgb(132,126,215) instead hex code.

Text Font Color

.myTextColor { color: #847ED7; }

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

This text font color is #847ED7.

Background Color

.myBgColor { background-color: #847ED7; }

<div style="background-color:#847ED7">Inner text</div>

This div background color is #847ED7.

Border color

.myBorderColor { border: 1px solid #847ED7; }

<div style="border:3px solid #847ED7">Div</div>

This div border color is #847ED7.

Opacity

.myOpacity80 { color: #847ED7; opacity: 0.8; }

<p style="color:#847ED7;opacity:0.8;">80%</p>

Text with #847ED7 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 #847ED7;}

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

This text has shadow with #847ED7 color.


.textShadow {text-shadow: 3px 3px 1px #847ED7', 3px 3px 1px red;}

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

This text has shadow with #847ED7 primary color and red secondary color.


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

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

This text has shadow with #847ED7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #847ED7; -webkit-box-shadow: 1px 1px 3px 2px #847ED7; box-shadow:1px 1px 3px 2px #847ED7;">
Div content here
</div>

This div box has shadow with color #847ED7.

Preview

Color preview on black background

This text has color #847ED7 on black background.


Color preview on white background

This text has color #847ED7 on white background.


Black color preview on #847ED7 background

This text has black color on #847ED7 background.


White color preview on #847ED7 background

This text has white color on #847ED7 background.


Related colors

Complementary color

Complementary color for #hex is #7B8128.


I love getcolorcode.com

Triadic colors

1 #D7847E and #7ED784 with #847ED7 are triadic colors.

2 #D77E84 and #7E84D7 with #847ED7 are triadic colors.