COLOR #8480CA

HEX: #8480CA
RGB: (132,128,202)

Color info

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

RGB color model

#8480CA color RGB value is (132,128,202).

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

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 202 of 255 = 79%

132
128
202

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 202 = 462 (100%)
R 132 of 462 ~ 28.57%
G 128 of 462 ~ 27.71%
B 202 of 462 ~ 43.72%

%28.57
%27.71
%43.72

CMYK color model

#8480CA color CMYK value is (35,37,0,21).

  • cyan value is 34.65%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(35,37,0,21)
C35M37Y0K21 
(35%,37%,0%,21%)
(0.35/0.37/0.00/0.21)	

CMYK percentages

%34.65
%36.63
%0
%20.78

Codes

Color #8480CA in popluar color models

8480CA
RGB132128202
HSL243°41.11%64.71%
HSB/HSV243°36.63%79.22%
CMYK34.65%36.63%0.00%
20.78%

Color #8480CA in popluar number systems.

HEX8480CA
Decimal132128202
Binary100001001000000011001010
Octal204200312

Shades and tints

Shades of #8480CA

#8480CA
(132,128,202)
#7875B8
(120,117,184)
#6C6AA6
(108,106,166)
#605F94
(96,95,148)
#545482
(84,84,130)
#484970
(72,73,112)
#3C3E5E
(60,62,94)
#30334C
(48,51,76)
#24283A
(36,40,58)
#181D28
(24,29,40)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #8480CA

#8480CA
(132,128,202)
#8F8BCE
(143,139,206)
#9A96D2
(154,150,210)
#A5A1D6
(165,161,214)
#B0ACDA
(176,172,218)
#BBB7DE
(187,183,222)
#C6C2E2
(198,194,226)
#D1CDE6
(209,205,230)
#DCD8EA
(220,216,234)
#E7E3EE
(231,227,238)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8480CA; }

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

This text font color is #8480CA.


Background Color

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

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

This div background color is #8480CA.


Border color

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

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

This div border color is #8480CA.


Opacity

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

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

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

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

This text has shadow with #8480CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480CA on black background.


Color preview on white background

This text has color #8480CA on white background.



Black color preview on #8480CA background

This text has black color on #8480CA background.


White color preview on #8480CA background

This text has white color on #8480CA background.