COLOR #8F7DE3

HEX: #8F7DE3
RGB: (143,125,227)

Color info

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

RGB color model

#8F7DE3 color RGB value is (143,125,227).

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

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 227 of 255 = 89%

143
125
227

R + G + B ~ 65%. #8F7DE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 227 = 495 (100%)
R 143 of 495 ~ 28.89%
G 125 of 495 ~ 25.25%
B 227 of 495 ~ 45.86%

%28.89
%25.25
%45.86

CMYK color model

#8F7DE3 color CMYK value is (37,45,0,11).

  • cyan value is 37.00%
  • magenta value is 44.93%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(37,45,0,11)
C37M45Y0K11 
(37%,45%,0%,11%)
(0.37/0.45/0.00/0.11)	

CMYK percentages

%37
%44.93
%0
%10.98

Codes

Color #8F7DE3 in popluar color models

8F7DE3
RGB143125227
HSL251°64.56%69.02%
HSB/HSV251°44.93%89.02%
CMYK37.00%44.93%0.00%
10.98%

Color #8F7DE3 in popluar number systems.

HEX8F7DE3
Decimal143125227
Binary10001111111110111100011
Octal217175343

Shades and tints

Shades of #8F7DE3

#8F7DE3
(143,125,227)
#8272CF
(130,114,207)
#7567BB
(117,103,187)
#685CA7
(104,92,167)
#5B5193
(91,81,147)
#4E467F
(78,70,127)
#413B6B
(65,59,107)
#343057
(52,48,87)
#272543
(39,37,67)
#1A1A2F
(26,26,47)
#0D0F1B
(13,15,27)
#000000
(0,0,0)

Tints of #8F7DE3

#8F7DE3
(143,125,227)
#9988E5
(153,136,229)
#A393E7
(163,147,231)
#AD9EE9
(173,158,233)
#B7A9EB
(183,169,235)
#C1B4ED
(193,180,237)
#CBBFEF
(203,191,239)
#D5CAF1
(213,202,241)
#DFD5F3
(223,213,243)
#E9E0F5
(233,224,245)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7DE3; }

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

This text font color is #8F7DE3.


Background Color

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

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

This div background color is #8F7DE3.


Border color

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

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

This div border color is #8F7DE3.


Opacity

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

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

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

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

This text has shadow with #8F7DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7DE3 on black background.


Color preview on white background

This text has color #8F7DE3 on white background.



Black color preview on #8F7DE3 background

This text has black color on #8F7DE3 background.


White color preview on #8F7DE3 background

This text has white color on #8F7DE3 background.