COLOR #8983E1

HEX: #8983E1
RGB: (137,131,225)

Color info

#8983E1 contains mainly blue color. Web safe color of #8983E1 is #9999CC (or #99C).

RGB color model

#8983E1 color RGB value is (137,131,225).

  • red value is 137;
  • green value is 131;
  • blue value is 225.
RGB:
(137,131,225)
(54%,51%,88%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 225 of 255 = 88%

137
131
225

R + G + B ~ 64%. #8983E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 225 = 493 (100%)
R 137 of 493 ~ 27.79%
G 131 of 493 ~ 26.57%
B 225 of 493 ~ 45.64%

%27.79
%26.57
%45.64

CMYK color model

#8983E1 color CMYK value is (39,42,0,12).

  • cyan value is 39.11%
  • magenta value is 41.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,42,0,12)
C39M42Y0K12 
(39%,42%,0%,12%)
(0.39/0.42/0.00/0.12)	

CMYK percentages

%39.11
%41.78
%0
%11.76

Codes

Color #8983E1 in popluar color models

8983E1
RGB137131225
HSL244°61.04%69.80%
HSB/HSV244°41.78%88.24%
CMYK39.11%41.78%0.00%
11.76%

Color #8983E1 in popluar number systems.

HEX8983E1
Decimal137131225
Binary100010011000001111100001
Octal211203341

Shades and tints

Shades of #8983E1

#8983E1
(137,131,225)
#7D78CD
(125,120,205)
#716DB9
(113,109,185)
#6562A5
(101,98,165)
#595791
(89,87,145)
#4D4C7D
(77,76,125)
#414169
(65,65,105)
#353655
(53,54,85)
#292B41
(41,43,65)
#1D202D
(29,32,45)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #8983E1

#8983E1
(137,131,225)
#938EE3
(147,142,227)
#9D99E5
(157,153,229)
#A7A4E7
(167,164,231)
#B1AFE9
(177,175,233)
#BBBAEB
(187,186,235)
#C5C5ED
(197,197,237)
#CFD0EF
(207,208,239)
#D9DBF1
(217,219,241)
#E3E6F3
(227,230,243)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8983E1 color. Also use rgb(137,131,225) instead hex code.

Text Font Color

.myTextColor { color: #8983E1; }

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

This text font color is #8983E1.


Background Color

.myBgColor { background-color: #8983E1; }

<div style="background-color:#8983E1">Inner text</div>

This div background color is #8983E1.


Border color

.myBorderColor { border: 1px solid #8983E1; }

<div style="border:3px solid #8983E1">Div</div>

This div border color is #8983E1.


Opacity

.myOpacity80 { color: #8983E1; opacity: 0.8; }

<p style="color:#8983E1;opacity:0.8;">80%</p>

Text with #8983E1 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 #8983E1;}

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

This text has shadow with #8983E1 color.

.textShadow {text-shadow: 3px 3px 1px #8983E1, 3px 3px 1px red;}

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

This text has shadow with #8983E1 primary color and red secondary color.


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

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

This text has shadow with #8983E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8983E1 on black background.


Color preview on white background

This text has color #8983E1 on white background.



Black color preview on #8983E1 background

This text has black color on #8983E1 background.


White color preview on #8983E1 background

This text has white color on #8983E1 background.