COLOR #847BB4

HEX: #847BB4 RGB: (132,123,180)

Color info

#847BB4 contains red, green and blue colors in about the same proportion. Web safe color of #847BB4 is #9966CC (or #96C).

RGB color model

#847BB4 color RGB value is (132,123,180).

RGB: (132,123,180) (52%, 48%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 180 of 255 = 71%

132
123
180

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

Portions of RGB colors in percentages

R + G + B = 132 + 123 + 180 = 435 (100%)
R 132 of 435 ~ 30.34%
G 123 of 435 ~ 28.28%
B 180 of 435 ~ 41.38'%

%30.34
%28.28
%41.38

CMYK color model

#847BB4 color CMYK value is (27,32,0,29).

  • cyan value is 26.67%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (27,32,0,29)
C27M32Y0K29 (27%, 32%, 0%, 29%)
(0.27 / 0.32 / 0.00 / 0.29)

CMYK percentages

%26.67
%31.67
%0
%29.41

Codes

Color #847BB4 in popluar color models

84 7B B4
RGB 132 123 180
HSL 249° 27.54% 59.41%
HSB/HSV 249° 31.67% 70.59%
CMYK 26.67% 31.67% 0.00%
29.41%

Color #847BB4 in popluar number systems.

HEX 84 7B B4
Decimal 132 123 180
Binary 10000100 1111011 10110100
Octal 204 173 264

Shades and tints

Shades of #847BB4

#847BB4
(132,123,180)
#7870A4
(120,112,164)
#6C6594
(108,101,148)
#605A84
(96,90,132)
#544F74
(84,79,116)
#484464
(72,68,100)
#3C3954
(60,57,84)
#302E44
(48,46,68)
#242334
(36,35,52)
#181824
(24,24,36)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #847BB4

#847BB4
(132,123,180)
#8F87BA
(143,135,186)
#9A93C0
(154,147,192)
#A59FC6
(165,159,198)
#B0ABCC
(176,171,204)
#BBB7D2
(187,183,210)
#C6C3D8
(198,195,216)
#D1CFDE
(209,207,222)
#DCDBE4
(220,219,228)
#E7E7EA
(231,231,234)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847BB4 color. Also use rgb(132,123,180) instead hex code.

Text Font Color

.myTextColor { color: #847BB4; }

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

This text font color is #847BB4.

Background Color

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

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

This div background color is #847BB4.

Border color

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

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

This div border color is #847BB4.

Opacity

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

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

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

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

This text has shadow with #847BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847BB4.

Preview

Color preview on black background

This text has color #847BB4 on black background.


Color preview on white background

This text has color #847BB4 on white background.


Black color preview on #847BB4 background

This text has black color on #847BB4 background.


White color preview on #847BB4 background

This text has white color on #847BB4 background.


Related colors

Complementary color

Complementary color for #hex is #7B844B.


I love getcolorcode.com

Triadic colors

1 #B4847B and #7BB484 with #847BB4 are triadic colors.

2 #B47B84 and #7B84B4 with #847BB4 are triadic colors.