COLOR #8C7AEE

HEX: #8C7AEE
RGB: (140,122,238)

Color info

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

RGB color model

#8C7AEE color RGB value is (140,122,238).

  • red value is 140;
  • green value is 122;
  • blue value is 238.
RGB:
(140,122,238)
(55%,48%,93%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 238 of 255 = 93%

140
122
238

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

Portions of RGB colors in percentages

R + G + B =
140 + 122 + 238 = 500 (100%)
R 140 of 500 ~ 28%
G 122 of 500 ~ 24.4%
B 238 of 500 ~ 47.6%

%28
%24.4
%47.6

CMYK color model

#8C7AEE color CMYK value is (41,49,0,7).

  • cyan value is 41.18%
  • magenta value is 48.74%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(41,49,0,7)
C41M49Y0K7 
(41%,49%,0%,7%)
(0.41/0.49/0.00/0.07)	

CMYK percentages

%41.18
%48.74
%0
%6.67

Codes

Color #8C7AEE in popluar color models

8C7AEE
RGB140122238
HSL249°77.33%70.59%
HSB/HSV249°48.74%93.33%
CMYK41.18%48.74%0.00%
6.67%

Color #8C7AEE in popluar number systems.

HEX8C7AEE
Decimal140122238
Binary10001100111101011101110
Octal214172356

Shades and tints

Shades of #8C7AEE

#8C7AEE
(140,122,238)
#806FD9
(128,111,217)
#7464C4
(116,100,196)
#6859AF
(104,89,175)
#5C4E9A
(92,78,154)
#504385
(80,67,133)
#443870
(68,56,112)
#382D5B
(56,45,91)
#2C2246
(44,34,70)
#201731
(32,23,49)
#140C1C
(20,12,28)
#000000
(0,0,0)

Tints of #8C7AEE

#8C7AEE
(140,122,238)
#9686EF
(150,134,239)
#A092F0
(160,146,240)
#AA9EF1
(170,158,241)
#B4AAF2
(180,170,242)
#BEB6F3
(190,182,243)
#C8C2F4
(200,194,244)
#D2CEF5
(210,206,245)
#DCDAF6
(220,218,246)
#E6E6F7
(230,230,247)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7AEE color. Also use rgb(140,122,238) instead hex code.

Text Font Color

.myTextColor { color: #8C7AEE; }

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

This text font color is #8C7AEE.


Background Color

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

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

This div background color is #8C7AEE.


Border color

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

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

This div border color is #8C7AEE.


Opacity

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

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

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

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

This text has shadow with #8C7AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7AEE on black background.


Color preview on white background

This text has color #8C7AEE on white background.



Black color preview on #8C7AEE background

This text has black color on #8C7AEE background.


White color preview on #8C7AEE background

This text has white color on #8C7AEE background.