COLOR #847AB7

HEX: #847AB7
RGB: (132,122,183)

Color info

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

RGB color model

#847AB7 color RGB value is (132,122,183).

  • red value is 132;
  • green value is 122;
  • blue value is 183.
RGB:
(132,122,183)
(52%,48%,72%)

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 183 of 255 = 72%

132
122
183

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

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 183 = 437 (100%)
R 132 of 437 ~ 30.21%
G 122 of 437 ~ 27.92%
B 183 of 437 ~ 41.88%

%30.21
%27.92
%41.88

CMYK color model

#847AB7 color CMYK value is (28,33,0,28).

  • cyan value is 27.87%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(28,33,0,28)
C28M33Y0K28 
(28%,33%,0%,28%)
(0.28/0.33/0.00/0.28)	

CMYK percentages

%27.87
%33.33
%0
%28.24

Codes

Color #847AB7 in popluar color models

847AB7
RGB132122183
HSL250°29.76%59.80%
HSB/HSV250°33.33%71.76%
CMYK27.87%33.33%0.00%
28.24%

Color #847AB7 in popluar number systems.

HEX847AB7
Decimal132122183
Binary10000100111101010110111
Octal204172267

Shades and tints

Shades of #847AB7

#847AB7
(132,122,183)
#786FA7
(120,111,167)
#6C6497
(108,100,151)
#605987
(96,89,135)
#544E77
(84,78,119)
#484367
(72,67,103)
#3C3857
(60,56,87)
#302D47
(48,45,71)
#242237
(36,34,55)
#181727
(24,23,39)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #847AB7

#847AB7
(132,122,183)
#8F86BD
(143,134,189)
#9A92C3
(154,146,195)
#A59EC9
(165,158,201)
#B0AACF
(176,170,207)
#BBB6D5
(187,182,213)
#C6C2DB
(198,194,219)
#D1CEE1
(209,206,225)
#DCDAE7
(220,218,231)
#E7E6ED
(231,230,237)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847AB7 color. Also use rgb(132,122,183) instead hex code.

Text Font Color

.myTextColor { color: #847AB7; }

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

This text font color is #847AB7.


Background Color

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

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

This div background color is #847AB7.


Border color

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

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

This div border color is #847AB7.


Opacity

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

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

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

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

This text has shadow with #847AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847AB7 on black background.


Color preview on white background

This text has color #847AB7 on white background.



Black color preview on #847AB7 background

This text has black color on #847AB7 background.


White color preview on #847AB7 background

This text has white color on #847AB7 background.