COLOR #847BBF

HEX: #847BBF
RGB: (132,123,191)

Color info

#847BBF contains mainly red and blue colors. Web safe color of #847BBF is #9966CC (or #96C).

RGB color model

#847BBF color RGB value is (132,123,191).

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

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 191 of 255 = 75%

132
123
191

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 191 = 446 (100%)
R 132 of 446 ~ 29.6%
G 123 of 446 ~ 27.58%
B 191 of 446 ~ 42.83%

%29.6
%27.58
%42.83

CMYK color model

#847BBF color CMYK value is (31,36,0,25).

  • cyan value is 30.89%
  • magenta value is 35.60%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(31,36,0,25)
C31M36Y0K25 
(31%,36%,0%,25%)
(0.31/0.36/0.00/0.25)	

CMYK percentages

%30.89
%35.6
%0
%25.1

Codes

Color #847BBF in popluar color models

847BBF
RGB132123191
HSL248°34.69%61.57%
HSB/HSV248°35.60%74.90%
CMYK30.89%35.60%0.00%
25.10%

Color #847BBF in popluar number systems.

HEX847BBF
Decimal132123191
Binary10000100111101110111111
Octal204173277

Shades and tints

Shades of #847BBF

#847BBF
(132,123,191)
#7870AE
(120,112,174)
#6C659D
(108,101,157)
#605A8C
(96,90,140)
#544F7B
(84,79,123)
#48446A
(72,68,106)
#3C3959
(60,57,89)
#302E48
(48,46,72)
#242337
(36,35,55)
#181826
(24,24,38)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #847BBF

#847BBF
(132,123,191)
#8F87C4
(143,135,196)
#9A93C9
(154,147,201)
#A59FCE
(165,159,206)
#B0ABD3
(176,171,211)
#BBB7D8
(187,183,216)
#C6C3DD
(198,195,221)
#D1CFE2
(209,207,226)
#DCDBE7
(220,219,231)
#E7E7EC
(231,231,236)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847BBF; }

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

This text font color is #847BBF.


Background Color

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

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

This div background color is #847BBF.


Border color

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

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

This div border color is #847BBF.


Opacity

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

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

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

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

This text has shadow with #847BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847BBF on black background.


Color preview on white background

This text has color #847BBF on white background.



Black color preview on #847BBF background

This text has black color on #847BBF background.


White color preview on #847BBF background

This text has white color on #847BBF background.