COLOR #8D87EA

HEX: #8D87EA RGB: (141,135,234)

Color info

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

RGB color model

#8D87EA color RGB value is (141,135,234).

RGB: (141,135,234) (55%, 53%, 92%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 234 of 255 = 92%

141
135
234

R + G + B ~ 67%. #8D87EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 135 + 234 = 510 (100%)
R 141 of 510 ~ 27.65%
G 135 of 510 ~ 26.47%
B 234 of 510 ~ 45.88'%

%27.65
%26.47
%45.88

CMYK color model

#8D87EA color CMYK value is (40,42,0,8).

  • cyan value is 39.74%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (40,42,0,8)
C40M42Y0K8 (40%, 42%, 0%, 8%)
(0.40 / 0.42 / 0.00 / 0.08)

CMYK percentages

%39.74
%42.31
%0
%8.24

Codes

Color #8D87EA in popluar color models

8D 87 EA
RGB 141 135 234
HSL 244° 70.21% 72.35%
HSB/HSV 244° 42.31% 91.76%
CMYK 39.74% 42.31% 0.00%
8.24%

Color #8D87EA in popluar number systems.

HEX 8D 87 EA
Decimal 141 135 234
Binary 10001101 10000111 11101010
Octal 215 207 352

Shades and tints

Shades of #8D87EA

#8D87EA
(141,135,234)
#817BD5
(129,123,213)
#756FC0
(117,111,192)
#6963AB
(105,99,171)
#5D5796
(93,87,150)
#514B81
(81,75,129)
#453F6C
(69,63,108)
#393357
(57,51,87)
#2D2742
(45,39,66)
#211B2D
(33,27,45)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #8D87EA

#8D87EA
(141,135,234)
#9791EB
(151,145,235)
#A19BEC
(161,155,236)
#ABA5ED
(171,165,237)
#B5AFEE
(181,175,238)
#BFB9EF
(191,185,239)
#C9C3F0
(201,195,240)
#D3CDF1
(211,205,241)
#DDD7F2
(221,215,242)
#E7E1F3
(231,225,243)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D87EA color. Also use rgb(141,135,234) instead hex code.

Text Font Color

.myTextColor { color: #8D87EA; }

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

This text font color is #8D87EA.

Background Color

.myBgColor { background-color: #8D87EA; }

<div style="background-color:#8D87EA">Inner text</div>

This div background color is #8D87EA.

Border color

.myBorderColor { border: 1px solid #8D87EA; }

<div style="border:3px solid #8D87EA">Div</div>

This div border color is #8D87EA.

Opacity

.myOpacity80 { color: #8D87EA; opacity: 0.8; }

<p style="color:#8D87EA;opacity:0.8;">80%</p>

Text with #8D87EA 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 #8D87EA;}

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

This text has shadow with #8D87EA color.


.textShadow {text-shadow: 3px 3px 1px #8D87EA', 3px 3px 1px red;}

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

This text has shadow with #8D87EA primary color and red secondary color.


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

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

This text has shadow with #8D87EA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D87EA; -webkit-box-shadow: 1px 1px 3px 2px #8D87EA; box-shadow:1px 1px 3px 2px #8D87EA;">
Div content here
</div>

This div box has shadow with color #8D87EA.

Preview

Color preview on black background

This text has color #8D87EA on black background.


Color preview on white background

This text has color #8D87EA on white background.


Black color preview on #8D87EA background

This text has black color on #8D87EA background.


White color preview on #8D87EA background

This text has white color on #8D87EA background.


Related colors

Complementary color

Complementary color for #hex is #727815.


I love getcolorcode.com

Triadic colors

1 #EA8D87 and #87EA8D with #8D87EA are triadic colors.

2 #EA878D and #878DEA with #8D87EA are triadic colors.