COLOR #8E85F7

HEX: #8E85F7
RGB: (142,133,247)

Color info

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

RGB color model

#8E85F7 color RGB value is (142,133,247).

  • red value is 142;
  • green value is 133;
  • blue value is 247.
RGB:
(142,133,247)
(56%,52%,97%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 247 of 255 = 97%

142
133
247

R + G + B ~ 68%. #8E85F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 247 = 522 (100%)
R 142 of 522 ~ 27.2%
G 133 of 522 ~ 25.48%
B 247 of 522 ~ 47.32%

%27.2
%25.48
%47.32

CMYK color model

#8E85F7 color CMYK value is (43,46,0,3).

  • cyan value is 42.51%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(43,46,0,3)
C43M46Y0K3 
(43%,46%,0%,3%)
(0.43/0.46/0.00/0.03)	

CMYK percentages

%42.51
%46.15
%0
%3.14

Codes

Color #8E85F7 in popluar color models

8E85F7
RGB142133247
HSL245°87.69%74.51%
HSB/HSV245°46.15%96.86%
CMYK42.51%46.15%0.00%
3.14%

Color #8E85F7 in popluar number systems.

HEX8E85F7
Decimal142133247
Binary100011101000010111110111
Octal216205367

Shades and tints

Shades of #8E85F7

#8E85F7
(142,133,247)
#8279E1
(130,121,225)
#766DCB
(118,109,203)
#6A61B5
(106,97,181)
#5E559F
(94,85,159)
#524989
(82,73,137)
#463D73
(70,61,115)
#3A315D
(58,49,93)
#2E2547
(46,37,71)
#221931
(34,25,49)
#160D1B
(22,13,27)
#000000
(0,0,0)

Tints of #8E85F7

#8E85F7
(142,133,247)
#9890F7
(152,144,247)
#A29BF7
(162,155,247)
#ACA6F7
(172,166,247)
#B6B1F7
(182,177,247)
#C0BCF7
(192,188,247)
#CAC7F7
(202,199,247)
#D4D2F7
(212,210,247)
#DEDDF7
(222,221,247)
#E8E8F7
(232,232,247)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E85F7 color. Also use rgb(142,133,247) instead hex code.

Text Font Color

.myTextColor { color: #8E85F7; }

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

This text font color is #8E85F7.


Background Color

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

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

This div background color is #8E85F7.


Border color

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

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

This div border color is #8E85F7.


Opacity

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

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

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

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

This text has shadow with #8E85F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E85F7 on black background.


Color preview on white background

This text has color #8E85F7 on white background.



Black color preview on #8E85F7 background

This text has black color on #8E85F7 background.


White color preview on #8E85F7 background

This text has white color on #8E85F7 background.