COLOR #8480B0

HEX: #8480B0
RGB: (132,128,176)

Color info

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

RGB color model

#8480B0 color RGB value is (132,128,176).

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

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 176 of 255 = 69%

132
128
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 176 = 436 (100%)
R 132 of 436 ~ 30.28%
G 128 of 436 ~ 29.36%
B 176 of 436 ~ 40.37%

%30.28
%29.36
%40.37

CMYK color model

#8480B0 color CMYK value is (25,27,0,31).

  • cyan value is 25.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,27,0,31)
C25M27Y0K31 
(25%,27%,0%,31%)
(0.25/0.27/0.00/0.31)	

CMYK percentages

%25
%27.27
%0
%30.98

Codes

Color #8480B0 in popluar color models

8480B0
RGB132128176
HSL245°23.30%59.61%
HSB/HSV245°27.27%69.02%
CMYK25.00%27.27%0.00%
30.98%

Color #8480B0 in popluar number systems.

HEX8480B0
Decimal132128176
Binary100001001000000010110000
Octal204200260

Shades and tints

Shades of #8480B0

#8480B0
(132,128,176)
#7875A0
(120,117,160)
#6C6A90
(108,106,144)
#605F80
(96,95,128)
#545470
(84,84,112)
#484960
(72,73,96)
#3C3E50
(60,62,80)
#303340
(48,51,64)
#242830
(36,40,48)
#181D20
(24,29,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #8480B0

#8480B0
(132,128,176)
#8F8BB7
(143,139,183)
#9A96BE
(154,150,190)
#A5A1C5
(165,161,197)
#B0ACCC
(176,172,204)
#BBB7D3
(187,183,211)
#C6C2DA
(198,194,218)
#D1CDE1
(209,205,225)
#DCD8E8
(220,216,232)
#E7E3EF
(231,227,239)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8480B0; }

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

This text font color is #8480B0.


Background Color

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

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

This div background color is #8480B0.


Border color

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

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

This div border color is #8480B0.


Opacity

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

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

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

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

This text has shadow with #8480B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480B0 on black background.


Color preview on white background

This text has color #8480B0 on white background.



Black color preview on #8480B0 background

This text has black color on #8480B0 background.


White color preview on #8480B0 background

This text has white color on #8480B0 background.