COLOR #8C7CE8

HEX: #8C7CE8
RGB: (140,124,232)

Color info

#8C7CE8 contains mainly blue color. Web safe color of #8C7CE8 is #9966FF (or #96F).

RGB color model

#8C7CE8 color RGB value is (140,124,232).

  • red value is 140;
  • green value is 124;
  • blue value is 232.
RGB:
(140,124,232)
(55%,49%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 232 of 255 = 91%

140
124
232

R + G + B ~ 65%. #8C7CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 232 = 496 (100%)
R 140 of 496 ~ 28.23%
G 124 of 496 ~ 25%
B 232 of 496 ~ 46.77%

%28.23
%25
%46.77

CMYK color model

#8C7CE8 color CMYK value is (40,47,0,9).

  • cyan value is 39.66%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,47,0,9)
C40M47Y0K9 
(40%,47%,0%,9%)
(0.40/0.47/0.00/0.09)	

CMYK percentages

%39.66
%46.55
%0
%9.02

Codes

Color #8C7CE8 in popluar color models

8C7CE8
RGB140124232
HSL249°70.13%69.80%
HSB/HSV249°46.55%90.98%
CMYK39.66%46.55%0.00%
9.02%

Color #8C7CE8 in popluar number systems.

HEX8C7CE8
Decimal140124232
Binary10001100111110011101000
Octal214174350

Shades and tints

Shades of #8C7CE8

#8C7CE8
(140,124,232)
#8071D3
(128,113,211)
#7466BE
(116,102,190)
#685BA9
(104,91,169)
#5C5094
(92,80,148)
#50457F
(80,69,127)
#443A6A
(68,58,106)
#382F55
(56,47,85)
#2C2440
(44,36,64)
#20192B
(32,25,43)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #8C7CE8

#8C7CE8
(140,124,232)
#9687EA
(150,135,234)
#A092EC
(160,146,236)
#AA9DEE
(170,157,238)
#B4A8F0
(180,168,240)
#BEB3F2
(190,179,242)
#C8BEF4
(200,190,244)
#D2C9F6
(210,201,246)
#DCD4F8
(220,212,248)
#E6DFFA
(230,223,250)
#F0EAFC
(240,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7CE8 color. Also use rgb(140,124,232) instead hex code.

Text Font Color

.myTextColor { color: #8C7CE8; }

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

This text font color is #8C7CE8.


Background Color

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

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

This div background color is #8C7CE8.


Border color

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

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

This div border color is #8C7CE8.


Opacity

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

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

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

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

This text has shadow with #8C7CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7CE8 on black background.


Color preview on white background

This text has color #8C7CE8 on white background.



Black color preview on #8C7CE8 background

This text has black color on #8C7CE8 background.


White color preview on #8C7CE8 background

This text has white color on #8C7CE8 background.