COLOR #847DC0

HEX: #847DC0 RGB: (132,125,192)

Color info

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

RGB color model

#847DC0 color RGB value is (132,125,192).

RGB: (132,125,192) (52%, 49%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 192 of 255 = 75%

132
125
192

R + G + B ~ 59%. #847DC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 125 + 192 = 449 (100%)
R 132 of 449 ~ 29.4%
G 125 of 449 ~ 27.84%
B 192 of 449 ~ 42.76'%

%29.4
%27.84
%42.76

CMYK color model

#847DC0 color CMYK value is (31,35,0,25).

  • cyan value is 31.25%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (31,35,0,25)
C31M35Y0K25 (31%, 35%, 0%, 25%)
(0.31 / 0.35 / 0.00 / 0.25)

CMYK percentages

%31.25
%34.9
%0
%24.71

Codes

Color #847DC0 in popluar color models

84 7D C0
RGB 132 125 192
HSL 246° 34.72% 62.16%
HSB/HSV 246° 34.90% 75.29%
CMYK 31.25% 34.90% 0.00%
24.71%

Color #847DC0 in popluar number systems.

HEX 84 7D C0
Decimal 132 125 192
Binary 10000100 1111101 11000000
Octal 204 175 300

Shades and tints

Shades of #847DC0

#847DC0
(132,125,192)
#7872AF
(120,114,175)
#6C679E
(108,103,158)
#605C8D
(96,92,141)
#54517C
(84,81,124)
#48466B
(72,70,107)
#3C3B5A
(60,59,90)
#303049
(48,48,73)
#242538
(36,37,56)
#181A27
(24,26,39)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #847DC0

#847DC0
(132,125,192)
#8F88C5
(143,136,197)
#9A93CA
(154,147,202)
#A59ECF
(165,158,207)
#B0A9D4
(176,169,212)
#BBB4D9
(187,180,217)
#C6BFDE
(198,191,222)
#D1CAE3
(209,202,227)
#DCD5E8
(220,213,232)
#E7E0ED
(231,224,237)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847DC0 color. Also use rgb(132,125,192) instead hex code.

Text Font Color

.myTextColor { color: #847DC0; }

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

This text font color is #847DC0.

Background Color

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

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

This div background color is #847DC0.

Border color

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

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

This div border color is #847DC0.

Opacity

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

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

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

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

This text has shadow with #847DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847DC0.

Preview

Color preview on black background

This text has color #847DC0 on black background.


Color preview on white background

This text has color #847DC0 on white background.


Black color preview on #847DC0 background

This text has black color on #847DC0 background.


White color preview on #847DC0 background

This text has white color on #847DC0 background.


Related colors

Complementary color

Complementary color for #hex is #7B823F.


I love getcolorcode.com

Triadic colors

1 #C0847D and #7DC084 with #847DC0 are triadic colors.

2 #C07D84 and #7D84C0 with #847DC0 are triadic colors.