COLOR #8C87F9

HEX: #8C87F9
RGB: (140,135,249)

Color info

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

RGB color model

#8C87F9 color RGB value is (140,135,249).

  • red value is 140;
  • green value is 135;
  • blue value is 249.
RGB:
(140,135,249)
(55%,53%,98%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 249 of 255 = 98%

140
135
249

R + G + B ~ 69%. #8C87F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 249 = 524 (100%)
R 140 of 524 ~ 26.72%
G 135 of 524 ~ 25.76%
B 249 of 524 ~ 47.52%

%26.72
%25.76
%47.52

CMYK color model

#8C87F9 color CMYK value is (44,46,0,2).

  • cyan value is 43.78%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(44,46,0,2)
C44M46Y0K2 
(44%,46%,0%,2%)
(0.44/0.46/0.00/0.02)	

CMYK percentages

%43.78
%45.78
%0
%2.35

Codes

Color #8C87F9 in popluar color models

8C87F9
RGB140135249
HSL243°90.48%75.29%
HSB/HSV243°45.78%97.65%
CMYK43.78%45.78%0.00%
2.35%

Color #8C87F9 in popluar number systems.

HEX8C87F9
Decimal140135249
Binary100011001000011111111001
Octal214207371

Shades and tints

Shades of #8C87F9

#8C87F9
(140,135,249)
#807BE3
(128,123,227)
#746FCD
(116,111,205)
#6863B7
(104,99,183)
#5C57A1
(92,87,161)
#504B8B
(80,75,139)
#443F75
(68,63,117)
#38335F
(56,51,95)
#2C2749
(44,39,73)
#201B33
(32,27,51)
#140F1D
(20,15,29)
#000000
(0,0,0)

Tints of #8C87F9

#8C87F9
(140,135,249)
#9691F9
(150,145,249)
#A09BF9
(160,155,249)
#AAA5F9
(170,165,249)
#B4AFF9
(180,175,249)
#BEB9F9
(190,185,249)
#C8C3F9
(200,195,249)
#D2CDF9
(210,205,249)
#DCD7F9
(220,215,249)
#E6E1F9
(230,225,249)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C87F9 color. Also use rgb(140,135,249) instead hex code.

Text Font Color

.myTextColor { color: #8C87F9; }

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

This text font color is #8C87F9.


Background Color

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

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

This div background color is #8C87F9.


Border color

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

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

This div border color is #8C87F9.


Opacity

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

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

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

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

This text has shadow with #8C87F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C87F9 on black background.


Color preview on white background

This text has color #8C87F9 on white background.



Black color preview on #8C87F9 background

This text has black color on #8C87F9 background.


White color preview on #8C87F9 background

This text has white color on #8C87F9 background.