COLOR #8E7ABC

HEX: #8E7ABC RGB: (142,122,188)

Color info

#8E7ABC contains mainly red and blue colors. Web safe color of #8E7ABC is #9966CC (or #96C).

RGB color model

#8E7ABC color RGB value is (142,122,188).

RGB: (142,122,188) (56%, 48%, 74%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 188 of 255 = 74%

142
122
188

R + G + B ~ 59%. #8E7ABC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 122 + 188 = 452 (100%)
R 142 of 452 ~ 31.42%
G 122 of 452 ~ 26.99%
B 188 of 452 ~ 41.59'%

%31.42
%26.99
%41.59

CMYK color model

#8E7ABC color CMYK value is (24,35,0,26).

  • cyan value is 24.47%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (24,35,0,26) C24M35Y0K26 (24%,35%,0%,26%) (0.24/0.35/0.00/0.26) 

CMYK percentages

%24.47
%35.11
%0
%26.27

Codes

Color #8E7ABC in popluar color models

8E 7A BC
RGB 142 122 188
HSL 258° 33.00% 60.78%
HSB/HSV 258° 35.11% 73.73%
CMYK 24.47% 35.11% 0.00%
26.27%

Color #8E7ABC in popluar number systems.

HEX 8E 7A BC
Decimal 142 122 188
Binary 10001110 1111010 10111100
Octal 216 172 274

Shades and tints

Shades of #8E7ABC

#8E7ABC
(142,122,188)
#826FAB
(130,111,171)
#76649A
(118,100,154)
#6A5989
(106,89,137)
#5E4E78
(94,78,120)
#524367
(82,67,103)
#463856
(70,56,86)
#3A2D45
(58,45,69)
#2E2234
(46,34,52)
#221723
(34,23,35)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E7ABC

#8E7ABC
(142,122,188)
#9886C2
(152,134,194)
#A292C8
(162,146,200)
#AC9ECE
(172,158,206)
#B6AAD4
(182,170,212)
#C0B6DA
(192,182,218)
#CAC2E0
(202,194,224)
#D4CEE6
(212,206,230)
#DEDAEC
(222,218,236)
#E8E6F2
(232,230,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7ABC color. Also use rgb(142,122,188) instead hex code.

Text Font Color

.myTextColor { color: #8E7ABC; }

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

This text font color is #8E7ABC.

Background Color

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

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

This div background color is #8E7ABC.

Border color

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

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

This div border color is #8E7ABC.

Opacity

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

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

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

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

This text has shadow with #8E7ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7ABC.

Preview

Color preview on black background

This text has color #8E7ABC on black background.


Color preview on white background

This text has color #8E7ABC on white background.


Black color preview on #8E7ABC background

This text has black color on #8E7ABC background.


White color preview on #8E7ABC background

This text has white color on #8E7ABC background.


Related colors

Complementary color

Complementary color for #hex is #718543.


I love getcolorcode.com

Triadic colors

1 #BC8E7A and #7ABC8E with #8E7ABC are triadic colors.

2 #BC7A8E and #7A8EBC with #8E7ABC are triadic colors.