COLOR #8E78FB

HEX: #8E78FB
RGB: (142,120,251)

Color info

#8E78FB contains mainly blue color. Web safe color of #8E78FB is #9966FF (or #96F).

RGB color model

#8E78FB color RGB value is (142,120,251).

  • red value is 142;
  • green value is 120;
  • blue value is 251.
RGB:
(142,120,251)
(56%,47%,98%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 251 of 255 = 98%

142
120
251

R + G + B ~ 67%. #8E78FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 251 = 513 (100%)
R 142 of 513 ~ 27.68%
G 120 of 513 ~ 23.39%
B 251 of 513 ~ 48.93%

%27.68
%23.39
%48.93

CMYK color model

#8E78FB color CMYK value is (43,52,0,2).

  • cyan value is 43.43%
  • magenta value is 52.19%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(43,52,0,2)
C43M52Y0K2 
(43%,52%,0%,2%)
(0.43/0.52/0.00/0.02)	

CMYK percentages

%43.43
%52.19
%0
%1.57

Codes

Color #8E78FB in popluar color models

8E78FB
RGB142120251
HSL250°94.24%72.75%
HSB/HSV250°52.19%98.43%
CMYK43.43%52.19%0.00%
1.57%

Color #8E78FB in popluar number systems.

HEX8E78FB
Decimal142120251
Binary10001110111100011111011
Octal216170373

Shades and tints

Shades of #8E78FB

#8E78FB
(142,120,251)
#826EE5
(130,110,229)
#7664CF
(118,100,207)
#6A5AB9
(106,90,185)
#5E50A3
(94,80,163)
#52468D
(82,70,141)
#463C77
(70,60,119)
#3A3261
(58,50,97)
#2E284B
(46,40,75)
#221E35
(34,30,53)
#16141F
(22,20,31)
#000000
(0,0,0)

Tints of #8E78FB

#8E78FB
(142,120,251)
#9884FB
(152,132,251)
#A290FB
(162,144,251)
#AC9CFB
(172,156,251)
#B6A8FB
(182,168,251)
#C0B4FB
(192,180,251)
#CAC0FB
(202,192,251)
#D4CCFB
(212,204,251)
#DED8FB
(222,216,251)
#E8E4FB
(232,228,251)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E78FB color. Also use rgb(142,120,251) instead hex code.

Text Font Color

.myTextColor { color: #8E78FB; }

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

This text font color is #8E78FB.


Background Color

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

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

This div background color is #8E78FB.


Border color

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

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

This div border color is #8E78FB.


Opacity

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

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

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

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

This text has shadow with #8E78FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E78FB on black background.


Color preview on white background

This text has color #8E78FB on white background.



Black color preview on #8E78FB background

This text has black color on #8E78FB background.


White color preview on #8E78FB background

This text has white color on #8E78FB background.