COLOR #8479B3

HEX: #8479B3
RGB: (132,121,179)

Color info

#8479B3 contains red, green and blue colors in about the same proportion. Web safe color of #8479B3 is #996699 (or #969).

RGB color model

#8479B3 color RGB value is (132,121,179).

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

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 179 of 255 = 70%

132
121
179

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 179 = 432 (100%)
R 132 of 432 ~ 30.56%
G 121 of 432 ~ 28.01%
B 179 of 432 ~ 41.44%

%30.56
%28.01
%41.44

CMYK color model

#8479B3 color CMYK value is (26,32,0,30).

  • cyan value is 26.26%
  • magenta value is 32.40%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,32,0,30)
C26M32Y0K30 
(26%,32%,0%,30%)
(0.26/0.32/0.00/0.30)	

CMYK percentages

%26.26
%32.4
%0
%29.8

Codes

Color #8479B3 in popluar color models

8479B3
RGB132121179
HSL251°27.62%58.82%
HSB/HSV251°32.40%70.20%
CMYK26.26%32.40%0.00%
29.80%

Color #8479B3 in popluar number systems.

HEX8479B3
Decimal132121179
Binary10000100111100110110011
Octal204171263

Shades and tints

Shades of #8479B3

#8479B3
(132,121,179)
#786EA3
(120,110,163)
#6C6393
(108,99,147)
#605883
(96,88,131)
#544D73
(84,77,115)
#484263
(72,66,99)
#3C3753
(60,55,83)
#302C43
(48,44,67)
#242133
(36,33,51)
#181623
(24,22,35)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #8479B3

#8479B3
(132,121,179)
#8F85B9
(143,133,185)
#9A91BF
(154,145,191)
#A59DC5
(165,157,197)
#B0A9CB
(176,169,203)
#BBB5D1
(187,181,209)
#C6C1D7
(198,193,215)
#D1CDDD
(209,205,221)
#DCD9E3
(220,217,227)
#E7E5E9
(231,229,233)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8479B3; }

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

This text font color is #8479B3.


Background Color

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

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

This div background color is #8479B3.


Border color

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

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

This div border color is #8479B3.


Opacity

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

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

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

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

This text has shadow with #8479B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8479B3 on black background.


Color preview on white background

This text has color #8479B3 on white background.



Black color preview on #8479B3 background

This text has black color on #8479B3 background.


White color preview on #8479B3 background

This text has white color on #8479B3 background.