COLOR #8479BA

HEX: #8479BA
RGB: (132,121,186)

Color info

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

RGB color model

#8479BA color RGB value is (132,121,186).

  • red value is 132;
  • green value is 121;
  • blue value is 186.
RGB:
(132,121,186)
(52%,47%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 186 of 255 = 73%

132
121
186

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 186 = 439 (100%)
R 132 of 439 ~ 30.07%
G 121 of 439 ~ 27.56%
B 186 of 439 ~ 42.37%

%30.07
%27.56
%42.37

CMYK color model

#8479BA color CMYK value is (29,35,0,27).

  • cyan value is 29.03%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(29,35,0,27)
C29M35Y0K27 
(29%,35%,0%,27%)
(0.29/0.35/0.00/0.27)	

CMYK percentages

%29.03
%34.95
%0
%27.06

Codes

Color #8479BA in popluar color models

8479BA
RGB132121186
HSL250°32.02%60.20%
HSB/HSV250°34.95%72.94%
CMYK29.03%34.95%0.00%
27.06%

Color #8479BA in popluar number systems.

HEX8479BA
Decimal132121186
Binary10000100111100110111010
Octal204171272

Shades and tints

Shades of #8479BA

#8479BA
(132,121,186)
#786EAA
(120,110,170)
#6C639A
(108,99,154)
#60588A
(96,88,138)
#544D7A
(84,77,122)
#48426A
(72,66,106)
#3C375A
(60,55,90)
#302C4A
(48,44,74)
#24213A
(36,33,58)
#18162A
(24,22,42)
#0C0B1A
(12,11,26)
#000000
(0,0,0)

Tints of #8479BA

#8479BA
(132,121,186)
#8F85C0
(143,133,192)
#9A91C6
(154,145,198)
#A59DCC
(165,157,204)
#B0A9D2
(176,169,210)
#BBB5D8
(187,181,216)
#C6C1DE
(198,193,222)
#D1CDE4
(209,205,228)
#DCD9EA
(220,217,234)
#E7E5F0
(231,229,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8479BA color. Also use rgb(132,121,186) instead hex code.

Text Font Color

.myTextColor { color: #8479BA; }

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

This text font color is #8479BA.


Background Color

.myBgColor { background-color: #8479BA; }

<div style="background-color:#8479BA">Inner text</div>

This div background color is #8479BA.


Border color

.myBorderColor { border: 1px solid #8479BA; }

<div style="border:3px solid #8479BA">Div</div>

This div border color is #8479BA.


Opacity

.myOpacity80 { color: #8479BA; opacity: 0.8; }

<p style="color:#8479BA;opacity:0.8;">80%</p>

Text with #8479BA 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 #8479BA;}

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

This text has shadow with #8479BA color.

.textShadow {text-shadow: 3px 3px 1px #8479BA, 3px 3px 1px red;}

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

This text has shadow with #8479BA primary color and red secondary color.


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

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

This text has shadow with #8479BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8479BA on black background.


Color preview on white background

This text has color #8479BA on white background.



Black color preview on #8479BA background

This text has black color on #8479BA background.


White color preview on #8479BA background

This text has white color on #8479BA background.