COLOR #847CCC

HEX: #847CCC RGB: (132,124,204)

Color info

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

RGB color model

#847CCC color RGB value is (132,124,204).

RGB: (132,124,204) (52%, 49%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 124 of 255 = 49%
B 204 of 255 = 80%

132
124
204

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

Portions of RGB colors in percentages

R + G + B = 132 + 124 + 204 = 460 (100%)
R 132 of 460 ~ 28.7%
G 124 of 460 ~ 26.96%
B 204 of 460 ~ 44.35'%

%28.7
%26.96
%44.35

CMYK color model

#847CCC color CMYK value is (35,39,0,20).

  • cyan value is 35.29%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (35,39,0,20) C35M39Y0K20 (35%,39%,0%,20%) (0.35/0.39/0.00/0.20) 

CMYK percentages

%35.29
%39.22
%0
%20

Codes

Color #847CCC in popluar color models

84 7C CC
RGB 132 124 204
HSL 246° 43.96% 64.31%
HSB/HSV 246° 39.22% 80.00%
CMYK 35.29% 39.22% 0.00%
20.00%

Color #847CCC in popluar number systems.

HEX 84 7C CC
Decimal 132 124 204
Binary 10000100 1111100 11001100
Octal 204 174 314

Shades and tints

Shades of #847CCC

#847CCC
(132,124,204)
#7871BA
(120,113,186)
#6C66A8
(108,102,168)
#605B96
(96,91,150)
#545084
(84,80,132)
#484572
(72,69,114)
#3C3A60
(60,58,96)
#302F4E
(48,47,78)
#24243C
(36,36,60)
#18192A
(24,25,42)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #847CCC

#847CCC
(132,124,204)
#8F87D0
(143,135,208)
#9A92D4
(154,146,212)
#A59DD8
(165,157,216)
#B0A8DC
(176,168,220)
#BBB3E0
(187,179,224)
#C6BEE4
(198,190,228)
#D1C9E8
(209,201,232)
#DCD4EC
(220,212,236)
#E7DFF0
(231,223,240)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847CCC; }

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

This text font color is #847CCC.

Background Color

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

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

This div background color is #847CCC.

Border color

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

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

This div border color is #847CCC.

Opacity

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

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

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

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

This text has shadow with #847CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847CCC.

Preview

Color preview on black background

This text has color #847CCC on black background.


Color preview on white background

This text has color #847CCC on white background.


Black color preview on #847CCC background

This text has black color on #847CCC background.


White color preview on #847CCC background

This text has white color on #847CCC background.


Related colors

Complementary color

Complementary color for #hex is #7B8333.


I love getcolorcode.com

Triadic colors

1 #CC847C and #7CCC84 with #847CCC are triadic colors.

2 #CC7C84 and #7C84CC with #847CCC are triadic colors.