COLOR #8480BD

HEX: #8480BD
RGB: (132,128,189)

Color info

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

RGB color model

#8480BD color RGB value is (132,128,189).

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

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 189 of 255 = 74%

132
128
189

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 189 = 449 (100%)
R 132 of 449 ~ 29.4%
G 128 of 449 ~ 28.51%
B 189 of 449 ~ 42.09%

%29.4
%28.51
%42.09

CMYK color model

#8480BD color CMYK value is (30,32,0,26).

  • cyan value is 30.16%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,32,0,26)
C30M32Y0K26 
(30%,32%,0%,26%)
(0.30/0.32/0.00/0.26)	

CMYK percentages

%30.16
%32.28
%0
%25.88

Codes

Color #8480BD in popluar color models

8480BD
RGB132128189
HSL244°31.61%62.16%
HSB/HSV244°32.28%74.12%
CMYK30.16%32.28%0.00%
25.88%

Color #8480BD in popluar number systems.

HEX8480BD
Decimal132128189
Binary100001001000000010111101
Octal204200275

Shades and tints

Shades of #8480BD

#8480BD
(132,128,189)
#7875AC
(120,117,172)
#6C6A9B
(108,106,155)
#605F8A
(96,95,138)
#545479
(84,84,121)
#484968
(72,73,104)
#3C3E57
(60,62,87)
#303346
(48,51,70)
#242835
(36,40,53)
#181D24
(24,29,36)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #8480BD

#8480BD
(132,128,189)
#8F8BC3
(143,139,195)
#9A96C9
(154,150,201)
#A5A1CF
(165,161,207)
#B0ACD5
(176,172,213)
#BBB7DB
(187,183,219)
#C6C2E1
(198,194,225)
#D1CDE7
(209,205,231)
#DCD8ED
(220,216,237)
#E7E3F3
(231,227,243)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8480BD; }

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

This text font color is #8480BD.


Background Color

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

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

This div background color is #8480BD.


Border color

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

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

This div border color is #8480BD.


Opacity

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

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

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

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

This text has shadow with #8480BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480BD on black background.


Color preview on white background

This text has color #8480BD on white background.



Black color preview on #8480BD background

This text has black color on #8480BD background.


White color preview on #8480BD background

This text has white color on #8480BD background.