COLOR #8480D7

HEX: #8480D7
RGB: (132,128,215)

Color info

#8480D7 contains mainly blue color. Web safe color of #8480D7 is #9966CC (or #96C).

RGB color model

#8480D7 color RGB value is (132,128,215).

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

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 215 of 255 = 84%

132
128
215

R + G + B ~ 62%. #8480D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 215 = 475 (100%)
R 132 of 475 ~ 27.79%
G 128 of 475 ~ 26.95%
B 215 of 475 ~ 45.26%

%27.79
%26.95
%45.26

CMYK color model

#8480D7 color CMYK value is (39,40,0,16).

  • cyan value is 38.60%
  • magenta value is 40.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(39,40,0,16)
C39M40Y0K16 
(39%,40%,0%,16%)
(0.39/0.40/0.00/0.16)	

CMYK percentages

%38.6
%40.47
%0
%15.69

Codes

Color #8480D7 in popluar color models

8480D7
RGB132128215
HSL243°52.10%67.25%
HSB/HSV243°40.47%84.31%
CMYK38.60%40.47%0.00%
15.69%

Color #8480D7 in popluar number systems.

HEX8480D7
Decimal132128215
Binary100001001000000011010111
Octal204200327

Shades and tints

Shades of #8480D7

#8480D7
(132,128,215)
#7875C4
(120,117,196)
#6C6AB1
(108,106,177)
#605F9E
(96,95,158)
#54548B
(84,84,139)
#484978
(72,73,120)
#3C3E65
(60,62,101)
#303352
(48,51,82)
#24283F
(36,40,63)
#181D2C
(24,29,44)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #8480D7

#8480D7
(132,128,215)
#8F8BDA
(143,139,218)
#9A96DD
(154,150,221)
#A5A1E0
(165,161,224)
#B0ACE3
(176,172,227)
#BBB7E6
(187,183,230)
#C6C2E9
(198,194,233)
#D1CDEC
(209,205,236)
#DCD8EF
(220,216,239)
#E7E3F2
(231,227,242)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8480D7; }

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

This text font color is #8480D7.


Background Color

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

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

This div background color is #8480D7.


Border color

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

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

This div border color is #8480D7.


Opacity

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

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

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

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

This text has shadow with #8480D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480D7 on black background.


Color preview on white background

This text has color #8480D7 on white background.



Black color preview on #8480D7 background

This text has black color on #8480D7 background.


White color preview on #8480D7 background

This text has white color on #8480D7 background.