COLOR #847BCD

HEX: #847BCD
RGB: (132,123,205)

Color info

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

RGB color model

#847BCD color RGB value is (132,123,205).

  • red value is 132;
  • green value is 123;
  • blue value is 205.
RGB:
(132,123,205)
(52%,48%,80%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 205 of 255 = 80%

132
123
205

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 205 = 460 (100%)
R 132 of 460 ~ 28.7%
G 123 of 460 ~ 26.74%
B 205 of 460 ~ 44.57%

%28.7
%26.74
%44.57

CMYK color model

#847BCD color CMYK value is (36,40,0,20).

  • cyan value is 35.61%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,40,0,20)
C36M40Y0K20 
(36%,40%,0%,20%)
(0.36/0.40/0.00/0.20)	

CMYK percentages

%35.61
%40
%0
%19.61

Codes

Color #847BCD in popluar color models

847BCD
RGB132123205
HSL247°45.05%64.31%
HSB/HSV247°40.00%80.39%
CMYK35.61%40.00%0.00%
19.61%

Color #847BCD in popluar number systems.

HEX847BCD
Decimal132123205
Binary10000100111101111001101
Octal204173315

Shades and tints

Shades of #847BCD

#847BCD
(132,123,205)
#7870BB
(120,112,187)
#6C65A9
(108,101,169)
#605A97
(96,90,151)
#544F85
(84,79,133)
#484473
(72,68,115)
#3C3961
(60,57,97)
#302E4F
(48,46,79)
#24233D
(36,35,61)
#18182B
(24,24,43)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #847BCD

#847BCD
(132,123,205)
#8F87D1
(143,135,209)
#9A93D5
(154,147,213)
#A59FD9
(165,159,217)
#B0ABDD
(176,171,221)
#BBB7E1
(187,183,225)
#C6C3E5
(198,195,229)
#D1CFE9
(209,207,233)
#DCDBED
(220,219,237)
#E7E7F1
(231,231,241)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847BCD; }

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

This text font color is #847BCD.


Background Color

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

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

This div background color is #847BCD.


Border color

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

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

This div border color is #847BCD.


Opacity

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

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

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

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

This text has shadow with #847BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847BCD on black background.


Color preview on white background

This text has color #847BCD on white background.



Black color preview on #847BCD background

This text has black color on #847BCD background.


White color preview on #847BCD background

This text has white color on #847BCD background.