COLOR #8980EF

HEX: #8980EF
RGB: (137,128,239)

Color info

#8980EF contains mainly blue color. Web safe color of #8980EF is #9966FF (or #96F).

RGB color model

#8980EF color RGB value is (137,128,239).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 239 of 255 = 94%

137
128
239

R + G + B ~ 66%. #8980EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 239 = 504 (100%)
R 137 of 504 ~ 27.18%
G 128 of 504 ~ 25.4%
B 239 of 504 ~ 47.42%

%27.18
%25.4
%47.42

CMYK color model

#8980EF color CMYK value is (43,46,0,6).

  • cyan value is 42.68%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(43,46,0,6)
C43M46Y0K6 
(43%,46%,0%,6%)
(0.43/0.46/0.00/0.06)	

CMYK percentages

%42.68
%46.44
%0
%6.27

Codes

Color #8980EF in popluar color models

8980EF
RGB137128239
HSL245°77.62%71.96%
HSB/HSV245°46.44%93.73%
CMYK42.68%46.44%0.00%
6.27%

Color #8980EF in popluar number systems.

HEX8980EF
Decimal137128239
Binary100010011000000011101111
Octal211200357

Shades and tints

Shades of #8980EF

#8980EF
(137,128,239)
#7D75DA
(125,117,218)
#716AC5
(113,106,197)
#655FB0
(101,95,176)
#59549B
(89,84,155)
#4D4986
(77,73,134)
#413E71
(65,62,113)
#35335C
(53,51,92)
#292847
(41,40,71)
#1D1D32
(29,29,50)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #8980EF

#8980EF
(137,128,239)
#938BF0
(147,139,240)
#9D96F1
(157,150,241)
#A7A1F2
(167,161,242)
#B1ACF3
(177,172,243)
#BBB7F4
(187,183,244)
#C5C2F5
(197,194,245)
#CFCDF6
(207,205,246)
#D9D8F7
(217,216,247)
#E3E3F8
(227,227,248)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8980EF; }

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

This text font color is #8980EF.


Background Color

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

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

This div background color is #8980EF.


Border color

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

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

This div border color is #8980EF.


Opacity

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

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

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

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

This text has shadow with #8980EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980EF on black background.


Color preview on white background

This text has color #8980EF on white background.



Black color preview on #8980EF background

This text has black color on #8980EF background.


White color preview on #8980EF background

This text has white color on #8980EF background.