COLOR #8F78E3

HEX: #8F78E3
RGB: (143,120,227)

Color info

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

RGB color model

#8F78E3 color RGB value is (143,120,227).

  • red value is 143;
  • green value is 120;
  • blue value is 227.
RGB:
(143,120,227)
(56%,47%,89%)

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 227 of 255 = 89%

143
120
227

R + G + B ~ 64%. #8F78E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 120 + 227 = 490 (100%)
R 143 of 490 ~ 29.18%
G 120 of 490 ~ 24.49%
B 227 of 490 ~ 46.33%

%29.18
%24.49
%46.33

CMYK color model

#8F78E3 color CMYK value is (37,47,0,11).

  • cyan value is 37.00%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(37,47,0,11)
C37M47Y0K11 
(37%,47%,0%,11%)
(0.37/0.47/0.00/0.11)	

CMYK percentages

%37
%47.14
%0
%10.98

Codes

Color #8F78E3 in popluar color models

8F78E3
RGB143120227
HSL253°65.64%68.04%
HSB/HSV253°47.14%89.02%
CMYK37.00%47.14%0.00%
10.98%

Color #8F78E3 in popluar number systems.

HEX8F78E3
Decimal143120227
Binary10001111111100011100011
Octal217170343

Shades and tints

Shades of #8F78E3

#8F78E3
(143,120,227)
#826ECF
(130,110,207)
#7564BB
(117,100,187)
#685AA7
(104,90,167)
#5B5093
(91,80,147)
#4E467F
(78,70,127)
#413C6B
(65,60,107)
#343257
(52,50,87)
#272843
(39,40,67)
#1A1E2F
(26,30,47)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #8F78E3

#8F78E3
(143,120,227)
#9984E5
(153,132,229)
#A390E7
(163,144,231)
#AD9CE9
(173,156,233)
#B7A8EB
(183,168,235)
#C1B4ED
(193,180,237)
#CBC0EF
(203,192,239)
#D5CCF1
(213,204,241)
#DFD8F3
(223,216,243)
#E9E4F5
(233,228,245)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F78E3 color. Also use rgb(143,120,227) instead hex code.

Text Font Color

.myTextColor { color: #8F78E3; }

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

This text font color is #8F78E3.


Background Color

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

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

This div background color is #8F78E3.


Border color

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

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

This div border color is #8F78E3.


Opacity

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

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

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

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

This text has shadow with #8F78E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F78E3 on black background.


Color preview on white background

This text has color #8F78E3 on white background.



Black color preview on #8F78E3 background

This text has black color on #8F78E3 background.


White color preview on #8F78E3 background

This text has white color on #8F78E3 background.