COLOR #8C8BE7

HEX: #8C8BE7
RGB: (140,139,231)

Color info

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

RGB color model

#8C8BE7 color RGB value is (140,139,231).

  • red value is 140;
  • green value is 139;
  • blue value is 231.
RGB:
(140,139,231)
(55%,55%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 139 of 255 = 55%
B 231 of 255 = 91%

140
139
231

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

Portions of RGB colors in percentages

R + G + B =
140 + 139 + 231 = 510 (100%)
R 140 of 510 ~ 27.45%
G 139 of 510 ~ 27.25%
B 231 of 510 ~ 45.29%

%27.45
%27.25
%45.29

CMYK color model

#8C8BE7 color CMYK value is (39,40,0,9).

  • cyan value is 39.39%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(39,40,0,9)
C39M40Y0K9 
(39%,40%,0%,9%)
(0.39/0.40/0.00/0.09)	

CMYK percentages

%39.39
%39.83
%0
%9.41

Codes

Color #8C8BE7 in popluar color models

8C8BE7
RGB140139231
HSL241°65.71%72.55%
HSB/HSV241°39.83%90.59%
CMYK39.39%39.83%0.00%
9.41%

Color #8C8BE7 in popluar number systems.

HEX8C8BE7
Decimal140139231
Binary100011001000101111100111
Octal214213347

Shades and tints

Shades of #8C8BE7

#8C8BE7
(140,139,231)
#807FD2
(128,127,210)
#7473BD
(116,115,189)
#6867A8
(104,103,168)
#5C5B93
(92,91,147)
#504F7E
(80,79,126)
#444369
(68,67,105)
#383754
(56,55,84)
#2C2B3F
(44,43,63)
#201F2A
(32,31,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #8C8BE7

#8C8BE7
(140,139,231)
#9695E9
(150,149,233)
#A09FEB
(160,159,235)
#AAA9ED
(170,169,237)
#B4B3EF
(180,179,239)
#BEBDF1
(190,189,241)
#C8C7F3
(200,199,243)
#D2D1F5
(210,209,245)
#DCDBF7
(220,219,247)
#E6E5F9
(230,229,249)
#F0EFFB
(240,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8BE7 color. Also use rgb(140,139,231) instead hex code.

Text Font Color

.myTextColor { color: #8C8BE7; }

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

This text font color is #8C8BE7.


Background Color

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

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

This div background color is #8C8BE7.


Border color

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

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

This div border color is #8C8BE7.


Opacity

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

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

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

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

This text has shadow with #8C8BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8BE7 on black background.


Color preview on white background

This text has color #8C8BE7 on white background.



Black color preview on #8C8BE7 background

This text has black color on #8C8BE7 background.


White color preview on #8C8BE7 background

This text has white color on #8C8BE7 background.