COLOR #8987E7

HEX: #8987E7
RGB: (137,135,231)

Color info

#8987E7 contains mainly blue color. Web safe color of #8987E7 is #9999FF (or #99F).

RGB color model

#8987E7 color RGB value is (137,135,231).

  • red value is 137;
  • green value is 135;
  • blue value is 231.
RGB:
(137,135,231)
(54%,53%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 231 of 255 = 91%

137
135
231

R + G + B ~ 66%. #8987E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 231 = 503 (100%)
R 137 of 503 ~ 27.24%
G 135 of 503 ~ 26.84%
B 231 of 503 ~ 45.92%

%27.24
%26.84
%45.92

CMYK color model

#8987E7 color CMYK value is (41,42,0,9).

  • cyan value is 40.69%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,42,0,9)
C41M42Y0K9 
(41%,42%,0%,9%)
(0.41/0.42/0.00/0.09)	

CMYK percentages

%40.69
%41.56
%0
%9.41

Codes

Color #8987E7 in popluar color models

8987E7
RGB137135231
HSL241°66.67%71.76%
HSB/HSV241°41.56%90.59%
CMYK40.69%41.56%0.00%
9.41%

Color #8987E7 in popluar number systems.

HEX8987E7
Decimal137135231
Binary100010011000011111100111
Octal211207347

Shades and tints

Shades of #8987E7

#8987E7
(137,135,231)
#7D7BD2
(125,123,210)
#716FBD
(113,111,189)
#6563A8
(101,99,168)
#595793
(89,87,147)
#4D4B7E
(77,75,126)
#413F69
(65,63,105)
#353354
(53,51,84)
#29273F
(41,39,63)
#1D1B2A
(29,27,42)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #8987E7

#8987E7
(137,135,231)
#9391E9
(147,145,233)
#9D9BEB
(157,155,235)
#A7A5ED
(167,165,237)
#B1AFEF
(177,175,239)
#BBB9F1
(187,185,241)
#C5C3F3
(197,195,243)
#CFCDF5
(207,205,245)
#D9D7F7
(217,215,247)
#E3E1F9
(227,225,249)
#EDEBFB
(237,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8987E7 color. Also use rgb(137,135,231) instead hex code.

Text Font Color

.myTextColor { color: #8987E7; }

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

This text font color is #8987E7.


Background Color

.myBgColor { background-color: #8987E7; }

<div style="background-color:#8987E7">Inner text</div>

This div background color is #8987E7.


Border color

.myBorderColor { border: 1px solid #8987E7; }

<div style="border:3px solid #8987E7">Div</div>

This div border color is #8987E7.


Opacity

.myOpacity80 { color: #8987E7; opacity: 0.8; }

<p style="color:#8987E7;opacity:0.8;">80%</p>

Text with #8987E7 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 #8987E7;}

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

This text has shadow with #8987E7 color.

.textShadow {text-shadow: 3px 3px 1px #8987E7, 3px 3px 1px red;}

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

This text has shadow with #8987E7 primary color and red secondary color.


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

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

This text has shadow with #8987E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8987E7 on black background.


Color preview on white background

This text has color #8987E7 on white background.



Black color preview on #8987E7 background

This text has black color on #8987E7 background.


White color preview on #8987E7 background

This text has white color on #8987E7 background.