COLOR #8E93F1

HEX: #8E93F1
RGB: (142,147,241)

Color info

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

RGB color model

#8E93F1 color RGB value is (142,147,241).

  • red value is 142;
  • green value is 147;
  • blue value is 241.
RGB:
(142,147,241)
(56%,58%,95%)

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 241 of 255 = 95%

142
147
241

R + G + B ~ 70%. #8E93F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 147 + 241 = 530 (100%)
R 142 of 530 ~ 26.79%
G 147 of 530 ~ 27.74%
B 241 of 530 ~ 45.47%

%26.79
%27.74
%45.47

CMYK color model

#8E93F1 color CMYK value is (41,39,0,5).

  • cyan value is 41.08%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(41,39,0,5)
C41M39Y0K5 
(41%,39%,0%,5%)
(0.41/0.39/0.00/0.05)	

CMYK percentages

%41.08
%39
%0
%5.49

Codes

Color #8E93F1 in popluar color models

8E93F1
RGB142147241
HSL237°77.95%75.10%
HSB/HSV237°41.08%94.51%
CMYK41.08%39.00%0.00%
5.49%

Color #8E93F1 in popluar number systems.

HEX8E93F1
Decimal142147241
Binary100011101001001111110001
Octal216223361

Shades and tints

Shades of #8E93F1

#8E93F1
(142,147,241)
#8286DC
(130,134,220)
#7679C7
(118,121,199)
#6A6CB2
(106,108,178)
#5E5F9D
(94,95,157)
#525288
(82,82,136)
#464573
(70,69,115)
#3A385E
(58,56,94)
#2E2B49
(46,43,73)
#221E34
(34,30,52)
#16111F
(22,17,31)
#000000
(0,0,0)

Tints of #8E93F1

#8E93F1
(142,147,241)
#989CF2
(152,156,242)
#A2A5F3
(162,165,243)
#ACAEF4
(172,174,244)
#B6B7F5
(182,183,245)
#C0C0F6
(192,192,246)
#CAC9F7
(202,201,247)
#D4D2F8
(212,210,248)
#DEDBF9
(222,219,249)
#E8E4FA
(232,228,250)
#F2EDFB
(242,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E93F1 color. Also use rgb(142,147,241) instead hex code.

Text Font Color

.myTextColor { color: #8E93F1; }

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

This text font color is #8E93F1.


Background Color

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

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

This div background color is #8E93F1.


Border color

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

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

This div border color is #8E93F1.


Opacity

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

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

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

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

This text has shadow with #8E93F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E93F1 on black background.


Color preview on white background

This text has color #8E93F1 on white background.



Black color preview on #8E93F1 background

This text has black color on #8E93F1 background.


White color preview on #8E93F1 background

This text has white color on #8E93F1 background.