COLOR #8479AA

HEX: #8479AA RGB: (132,121,170)

Color info

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

RGB color model

#8479AA color RGB value is (132,121,170).

RGB: (132,121,170) (52%, 47%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 170 of 255 = 67%

132
121
170

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

Portions of RGB colors in percentages

R + G + B = 132 + 121 + 170 = 423 (100%)
R 132 of 423 ~ 31.21%
G 121 of 423 ~ 28.61%
B 170 of 423 ~ 40.19'%

%31.21
%28.61
%40.19

CMYK color model

#8479AA color CMYK value is (22,29,0,33).

  • cyan value is 22.35%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (22,29,0,33)
C22M29Y0K33 (22%, 29%, 0%, 33%)
(0.22 / 0.29 / 0.00 / 0.33)

CMYK percentages

%22.35
%28.82
%0
%33.33

Codes

Color #8479AA in popluar color models

84 79 AA
RGB 132 121 170
HSL 253° 22.37% 57.06%
HSB/HSV 253° 28.82% 66.67%
CMYK 22.35% 28.82% 0.00%
33.33%

Color #8479AA in popluar number systems.

HEX 84 79 AA
Decimal 132 121 170
Binary 10000100 1111001 10101010
Octal 204 171 252

Shades and tints

Shades of #8479AA

#8479AA
(132,121,170)
#786E9B
(120,110,155)
#6C638C
(108,99,140)
#60587D
(96,88,125)
#544D6E
(84,77,110)
#48425F
(72,66,95)
#3C3750
(60,55,80)
#302C41
(48,44,65)
#242132
(36,33,50)
#181623
(24,22,35)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #8479AA

#8479AA
(132,121,170)
#8F85B1
(143,133,177)
#9A91B8
(154,145,184)
#A59DBF
(165,157,191)
#B0A9C6
(176,169,198)
#BBB5CD
(187,181,205)
#C6C1D4
(198,193,212)
#D1CDDB
(209,205,219)
#DCD9E2
(220,217,226)
#E7E5E9
(231,229,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8479AA; }

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

This text font color is #8479AA.

Background Color

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

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

This div background color is #8479AA.

Border color

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

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

This div border color is #8479AA.

Opacity

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

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

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

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

This text has shadow with #8479AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8479AA.

Preview

Color preview on black background

This text has color #8479AA on black background.


Color preview on white background

This text has color #8479AA on white background.


Black color preview on #8479AA background

This text has black color on #8479AA background.


White color preview on #8479AA background

This text has white color on #8479AA background.


Related colors

Complementary color

Complementary color for #hex is #7B8655.


I love getcolorcode.com

Triadic colors

1 #AA8479 and #79AA84 with #8479AA are triadic colors.

2 #AA7984 and #7984AA with #8479AA are triadic colors.