COLOR #847CE1

HEX: #847CE1 RGB: (132,124,225)

Color info

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

RGB color model

#847CE1 color RGB value is (132,124,225).

RGB: (132,124,225) (52%, 49%, 88%)

RGB channels and saturation

R 132 of 255 = 52%
G 124 of 255 = 49%
B 225 of 255 = 88%

132
124
225

R + G + B ~ 63%. #847CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 124 + 225 = 481 (100%)
R 132 of 481 ~ 27.44%
G 124 of 481 ~ 25.78%
B 225 of 481 ~ 46.78'%

%27.44
%25.78
%46.78

CMYK color model

#847CE1 color CMYK value is (41,45,0,12).

  • cyan value is 41.33%
  • magenta value is 44.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (41,45,0,12)
C41M45Y0K12 (41%, 45%, 0%, 12%)
(0.41 / 0.45 / 0.00 / 0.12)

CMYK percentages

%41.33
%44.89
%0
%11.76

Codes

Color #847CE1 in popluar color models

84 7C E1
RGB 132 124 225
HSL 245° 62.73% 68.43%
HSB/HSV 245° 44.89% 88.24%
CMYK 41.33% 44.89% 0.00%
11.76%

Color #847CE1 in popluar number systems.

HEX 84 7C E1
Decimal 132 124 225
Binary 10000100 1111100 11100001
Octal 204 174 341

Shades and tints

Shades of #847CE1

#847CE1
(132,124,225)
#7871CD
(120,113,205)
#6C66B9
(108,102,185)
#605BA5
(96,91,165)
#545091
(84,80,145)
#48457D
(72,69,125)
#3C3A69
(60,58,105)
#302F55
(48,47,85)
#242441
(36,36,65)
#18192D
(24,25,45)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #847CE1

#847CE1
(132,124,225)
#8F87E3
(143,135,227)
#9A92E5
(154,146,229)
#A59DE7
(165,157,231)
#B0A8E9
(176,168,233)
#BBB3EB
(187,179,235)
#C6BEED
(198,190,237)
#D1C9EF
(209,201,239)
#DCD4F1
(220,212,241)
#E7DFF3
(231,223,243)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847CE1 color. Also use rgb(132,124,225) instead hex code.

Text Font Color

.myTextColor { color: #847CE1; }

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

This text font color is #847CE1.

Background Color

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

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

This div background color is #847CE1.

Border color

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

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

This div border color is #847CE1.

Opacity

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

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

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

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

This text has shadow with #847CE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847CE1.

Preview

Color preview on black background

This text has color #847CE1 on black background.


Color preview on white background

This text has color #847CE1 on white background.


Black color preview on #847CE1 background

This text has black color on #847CE1 background.


White color preview on #847CE1 background

This text has white color on #847CE1 background.


Related colors

Complementary color

Complementary color for #hex is #7B831E.


I love getcolorcode.com

Triadic colors

1 #E1847C and #7CE184 with #847CE1 are triadic colors.

2 #E17C84 and #7C84E1 with #847CE1 are triadic colors.