COLOR #8E75D7

HEX: #8E75D7
RGB: (142,117,215)

Color info

#8E75D7 contains mainly blue color. Web safe color of #8E75D7 is #9966CC (or #96C).

RGB color model

#8E75D7 color RGB value is (142,117,215).

  • red value is 142;
  • green value is 117;
  • blue value is 215.
RGB:
(142,117,215)
(56%,46%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 215 of 255 = 84%

142
117
215

R + G + B ~ 62%. #8E75D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 215 = 474 (100%)
R 142 of 474 ~ 29.96%
G 117 of 474 ~ 24.68%
B 215 of 474 ~ 45.36%

%29.96
%24.68
%45.36

CMYK color model

#8E75D7 color CMYK value is (34,46,0,16).

  • cyan value is 33.95%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,46,0,16)
C34M46Y0K16 
(34%,46%,0%,16%)
(0.34/0.46/0.00/0.16)	

CMYK percentages

%33.95
%45.58
%0
%15.69

Codes

Color #8E75D7 in popluar color models

8E75D7
RGB142117215
HSL255°55.06%65.10%
HSB/HSV255°45.58%84.31%
CMYK33.95%45.58%0.00%
15.69%

Color #8E75D7 in popluar number systems.

HEX8E75D7
Decimal142117215
Binary10001110111010111010111
Octal216165327

Shades and tints

Shades of #8E75D7

#8E75D7
(142,117,215)
#826BC4
(130,107,196)
#7661B1
(118,97,177)
#6A579E
(106,87,158)
#5E4D8B
(94,77,139)
#524378
(82,67,120)
#463965
(70,57,101)
#3A2F52
(58,47,82)
#2E253F
(46,37,63)
#221B2C
(34,27,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #8E75D7

#8E75D7
(142,117,215)
#9881DA
(152,129,218)
#A28DDD
(162,141,221)
#AC99E0
(172,153,224)
#B6A5E3
(182,165,227)
#C0B1E6
(192,177,230)
#CABDE9
(202,189,233)
#D4C9EC
(212,201,236)
#DED5EF
(222,213,239)
#E8E1F2
(232,225,242)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E75D7 color. Also use rgb(142,117,215) instead hex code.

Text Font Color

.myTextColor { color: #8E75D7; }

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

This text font color is #8E75D7.


Background Color

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

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

This div background color is #8E75D7.


Border color

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

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

This div border color is #8E75D7.


Opacity

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

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

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

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

This text has shadow with #8E75D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E75D7 on black background.


Color preview on white background

This text has color #8E75D7 on white background.



Black color preview on #8E75D7 background

This text has black color on #8E75D7 background.


White color preview on #8E75D7 background

This text has white color on #8E75D7 background.