COLOR #8980E5

HEX: #8980E5
RGB: (137,128,229)

Color info

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

RGB color model

#8980E5 color RGB value is (137,128,229).

  • red value is 137;
  • green value is 128;
  • blue value is 229.
RGB:
(137,128,229)
(54%,50%,90%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 229 of 255 = 90%

137
128
229

R + G + B ~ 65%. #8980E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 229 = 494 (100%)
R 137 of 494 ~ 27.73%
G 128 of 494 ~ 25.91%
B 229 of 494 ~ 46.36%

%27.73
%25.91
%46.36

CMYK color model

#8980E5 color CMYK value is (40,44,0,10).

  • cyan value is 40.17%
  • magenta value is 44.10%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(40,44,0,10)
C40M44Y0K10 
(40%,44%,0%,10%)
(0.40/0.44/0.00/0.10)	

CMYK percentages

%40.17
%44.1
%0
%10.2

Codes

Color #8980E5 in popluar color models

8980E5
RGB137128229
HSL245°66.01%70.00%
HSB/HSV245°44.10%89.80%
CMYK40.17%44.10%0.00%
10.20%

Color #8980E5 in popluar number systems.

HEX8980E5
Decimal137128229
Binary100010011000000011100101
Octal211200345

Shades and tints

Shades of #8980E5

#8980E5
(137,128,229)
#7D75D1
(125,117,209)
#716ABD
(113,106,189)
#655FA9
(101,95,169)
#595495
(89,84,149)
#4D4981
(77,73,129)
#413E6D
(65,62,109)
#353359
(53,51,89)
#292845
(41,40,69)
#1D1D31
(29,29,49)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #8980E5

#8980E5
(137,128,229)
#938BE7
(147,139,231)
#9D96E9
(157,150,233)
#A7A1EB
(167,161,235)
#B1ACED
(177,172,237)
#BBB7EF
(187,183,239)
#C5C2F1
(197,194,241)
#CFCDF3
(207,205,243)
#D9D8F5
(217,216,245)
#E3E3F7
(227,227,247)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8980E5 color. Also use rgb(137,128,229) instead hex code.

Text Font Color

.myTextColor { color: #8980E5; }

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

This text font color is #8980E5.


Background Color

.myBgColor { background-color: #8980E5; }

<div style="background-color:#8980E5">Inner text</div>

This div background color is #8980E5.


Border color

.myBorderColor { border: 1px solid #8980E5; }

<div style="border:3px solid #8980E5">Div</div>

This div border color is #8980E5.


Opacity

.myOpacity80 { color: #8980E5; opacity: 0.8; }

<p style="color:#8980E5;opacity:0.8;">80%</p>

Text with #8980E5 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 #8980E5;}

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

This text has shadow with #8980E5 color.

.textShadow {text-shadow: 3px 3px 1px #8980E5, 3px 3px 1px red;}

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

This text has shadow with #8980E5 primary color and red secondary color.


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

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

This text has shadow with #8980E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980E5 on black background.


Color preview on white background

This text has color #8980E5 on white background.



Black color preview on #8980E5 background

This text has black color on #8980E5 background.


White color preview on #8980E5 background

This text has white color on #8980E5 background.