COLOR #8480A4

HEX: #8480A4
RGB: (132,128,164)

Color info

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

RGB color model

#8480A4 color RGB value is (132,128,164).

  • red value is 132;
  • green value is 128;
  • blue value is 164.
RGB:
(132,128,164)
(52%,50%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 164 of 255 = 64%

132
128
164

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 164 = 424 (100%)
R 132 of 424 ~ 31.13%
G 128 of 424 ~ 30.19%
B 164 of 424 ~ 38.68%

%31.13
%30.19
%38.68

CMYK color model

#8480A4 color CMYK value is (20,22,0,36).

  • cyan value is 19.51%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(20,22,0,36)
C20M22Y0K36 
(20%,22%,0%,36%)
(0.20/0.22/0.00/0.36)	

CMYK percentages

%19.51
%21.95
%0
%35.69

Codes

Color #8480A4 in popluar color models

8480A4
RGB132128164
HSL247°16.51%57.25%
HSB/HSV247°21.95%64.31%
CMYK19.51%21.95%0.00%
35.69%

Color #8480A4 in popluar number systems.

HEX8480A4
Decimal132128164
Binary100001001000000010100100
Octal204200244

Shades and tints

Shades of #8480A4

#8480A4
(132,128,164)
#787596
(120,117,150)
#6C6A88
(108,106,136)
#605F7A
(96,95,122)
#54546C
(84,84,108)
#48495E
(72,73,94)
#3C3E50
(60,62,80)
#303342
(48,51,66)
#242834
(36,40,52)
#181D26
(24,29,38)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #8480A4

#8480A4
(132,128,164)
#8F8BAC
(143,139,172)
#9A96B4
(154,150,180)
#A5A1BC
(165,161,188)
#B0ACC4
(176,172,196)
#BBB7CC
(187,183,204)
#C6C2D4
(198,194,212)
#D1CDDC
(209,205,220)
#DCD8E4
(220,216,228)
#E7E3EC
(231,227,236)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8480A4 color. Also use rgb(132,128,164) instead hex code.

Text Font Color

.myTextColor { color: #8480A4; }

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

This text font color is #8480A4.


Background Color

.myBgColor { background-color: #8480A4; }

<div style="background-color:#8480A4">Inner text</div>

This div background color is #8480A4.


Border color

.myBorderColor { border: 1px solid #8480A4; }

<div style="border:3px solid #8480A4">Div</div>

This div border color is #8480A4.


Opacity

.myOpacity80 { color: #8480A4; opacity: 0.8; }

<p style="color:#8480A4;opacity:0.8;">80%</p>

Text with #8480A4 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 #8480A4;}

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

This text has shadow with #8480A4 color.

.textShadow {text-shadow: 3px 3px 1px #8480A4, 3px 3px 1px red;}

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

This text has shadow with #8480A4 primary color and red secondary color.


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

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

This text has shadow with #8480A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480A4 on black background.


Color preview on white background

This text has color #8480A4 on white background.



Black color preview on #8480A4 background

This text has black color on #8480A4 background.


White color preview on #8480A4 background

This text has white color on #8480A4 background.