COLOR #8479A8

HEX: #8479A8
RGB: (132,121,168)

Color info

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

RGB color model

#8479A8 color RGB value is (132,121,168).

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

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 168 of 255 = 66%

132
121
168

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 168 = 421 (100%)
R 132 of 421 ~ 31.35%
G 121 of 421 ~ 28.74%
B 168 of 421 ~ 39.9%

%31.35
%28.74
%39.9

CMYK color model

#8479A8 color CMYK value is (21,28,0,34).

  • cyan value is 21.43%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(21,28,0,34)
C21M28Y0K34 
(21%,28%,0%,34%)
(0.21/0.28/0.00/0.34)	

CMYK percentages

%21.43
%27.98
%0
%34.12

Codes

Color #8479A8 in popluar color models

8479A8
RGB132121168
HSL254°21.27%56.67%
HSB/HSV254°27.98%65.88%
CMYK21.43%27.98%0.00%
34.12%

Color #8479A8 in popluar number systems.

HEX8479A8
Decimal132121168
Binary10000100111100110101000
Octal204171250

Shades and tints

Shades of #8479A8

#8479A8
(132,121,168)
#786E99
(120,110,153)
#6C638A
(108,99,138)
#60587B
(96,88,123)
#544D6C
(84,77,108)
#48425D
(72,66,93)
#3C374E
(60,55,78)
#302C3F
(48,44,63)
#242130
(36,33,48)
#181621
(24,22,33)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #8479A8

#8479A8
(132,121,168)
#8F85AF
(143,133,175)
#9A91B6
(154,145,182)
#A59DBD
(165,157,189)
#B0A9C4
(176,169,196)
#BBB5CB
(187,181,203)
#C6C1D2
(198,193,210)
#D1CDD9
(209,205,217)
#DCD9E0
(220,217,224)
#E7E5E7
(231,229,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8479A8; }

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

This text font color is #8479A8.


Background Color

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

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

This div background color is #8479A8.


Border color

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

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

This div border color is #8479A8.


Opacity

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

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

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

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

This text has shadow with #8479A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8479A8 on black background.


Color preview on white background

This text has color #8479A8 on white background.



Black color preview on #8479A8 background

This text has black color on #8479A8 background.


White color preview on #8479A8 background

This text has white color on #8479A8 background.