COLOR #8A87F7

HEX: #8A87F7
RGB: (138,135,247)

Color info

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

RGB color model

#8A87F7 color RGB value is (138,135,247).

  • red value is 138;
  • green value is 135;
  • blue value is 247.
RGB:
(138,135,247)
(54%,53%,97%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 247 of 255 = 97%

138
135
247

R + G + B ~ 68%. #8A87F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 247 = 520 (100%)
R 138 of 520 ~ 26.54%
G 135 of 520 ~ 25.96%
B 247 of 520 ~ 47.5%

%26.54
%25.96
%47.5

CMYK color model

#8A87F7 color CMYK value is (44,45,0,3).

  • cyan value is 44.13%
  • magenta value is 45.34%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(44,45,0,3)
C44M45Y0K3 
(44%,45%,0%,3%)
(0.44/0.45/0.00/0.03)	

CMYK percentages

%44.13
%45.34
%0
%3.14

Codes

Color #8A87F7 in popluar color models

8A87F7
RGB138135247
HSL242°87.50%74.90%
HSB/HSV242°45.34%96.86%
CMYK44.13%45.34%0.00%
3.14%

Color #8A87F7 in popluar number systems.

HEX8A87F7
Decimal138135247
Binary100010101000011111110111
Octal212207367

Shades and tints

Shades of #8A87F7

#8A87F7
(138,135,247)
#7E7BE1
(126,123,225)
#726FCB
(114,111,203)
#6663B5
(102,99,181)
#5A579F
(90,87,159)
#4E4B89
(78,75,137)
#423F73
(66,63,115)
#36335D
(54,51,93)
#2A2747
(42,39,71)
#1E1B31
(30,27,49)
#120F1B
(18,15,27)
#000000
(0,0,0)

Tints of #8A87F7

#8A87F7
(138,135,247)
#9491F7
(148,145,247)
#9E9BF7
(158,155,247)
#A8A5F7
(168,165,247)
#B2AFF7
(178,175,247)
#BCB9F7
(188,185,247)
#C6C3F7
(198,195,247)
#D0CDF7
(208,205,247)
#DAD7F7
(218,215,247)
#E4E1F7
(228,225,247)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A87F7 color. Also use rgb(138,135,247) instead hex code.

Text Font Color

.myTextColor { color: #8A87F7; }

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

This text font color is #8A87F7.


Background Color

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

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

This div background color is #8A87F7.


Border color

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

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

This div border color is #8A87F7.


Opacity

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

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

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

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

This text has shadow with #8A87F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A87F7 on black background.


Color preview on white background

This text has color #8A87F7 on white background.



Black color preview on #8A87F7 background

This text has black color on #8A87F7 background.


White color preview on #8A87F7 background

This text has white color on #8A87F7 background.