COLOR #8E8BF2

HEX: #8E8BF2
RGB: (142,139,242)

Color info

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

RGB color model

#8E8BF2 color RGB value is (142,139,242).

  • red value is 142;
  • green value is 139;
  • blue value is 242.
RGB:
(142,139,242)
(56%,55%,95%)

RGB channels and saturation

R 142 of 255 = 56%
G 139 of 255 = 55%
B 242 of 255 = 95%

142
139
242

R + G + B ~ 69%. #8E8BF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 139 + 242 = 523 (100%)
R 142 of 523 ~ 27.15%
G 139 of 523 ~ 26.58%
B 242 of 523 ~ 46.27%

%27.15
%26.58
%46.27

CMYK color model

#8E8BF2 color CMYK value is (41,43,0,5).

  • cyan value is 41.32%
  • magenta value is 42.56%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(41,43,0,5)
C41M43Y0K5 
(41%,43%,0%,5%)
(0.41/0.43/0.00/0.05)	

CMYK percentages

%41.32
%42.56
%0
%5.1

Codes

Color #8E8BF2 in popluar color models

8E8BF2
RGB142139242
HSL242°79.84%74.71%
HSB/HSV242°42.56%94.90%
CMYK41.32%42.56%0.00%
5.10%

Color #8E8BF2 in popluar number systems.

HEX8E8BF2
Decimal142139242
Binary100011101000101111110010
Octal216213362

Shades and tints

Shades of #8E8BF2

#8E8BF2
(142,139,242)
#827FDC
(130,127,220)
#7673C6
(118,115,198)
#6A67B0
(106,103,176)
#5E5B9A
(94,91,154)
#524F84
(82,79,132)
#46436E
(70,67,110)
#3A3758
(58,55,88)
#2E2B42
(46,43,66)
#221F2C
(34,31,44)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8E8BF2

#8E8BF2
(142,139,242)
#9895F3
(152,149,243)
#A29FF4
(162,159,244)
#ACA9F5
(172,169,245)
#B6B3F6
(182,179,246)
#C0BDF7
(192,189,247)
#CAC7F8
(202,199,248)
#D4D1F9
(212,209,249)
#DEDBFA
(222,219,250)
#E8E5FB
(232,229,251)
#F2EFFC
(242,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8BF2 color. Also use rgb(142,139,242) instead hex code.

Text Font Color

.myTextColor { color: #8E8BF2; }

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

This text font color is #8E8BF2.


Background Color

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

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

This div background color is #8E8BF2.


Border color

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

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

This div border color is #8E8BF2.


Opacity

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

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

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

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

This text has shadow with #8E8BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8BF2 on black background.


Color preview on white background

This text has color #8E8BF2 on white background.



Black color preview on #8E8BF2 background

This text has black color on #8E8BF2 background.


White color preview on #8E8BF2 background

This text has white color on #8E8BF2 background.