COLOR #8F7DFB

HEX: #8F7DFB
RGB: (143,125,251)

Color info

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

RGB color model

#8F7DFB color RGB value is (143,125,251).

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

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 251 of 255 = 98%

143
125
251

R + G + B ~ 68%. #8F7DFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 251 = 519 (100%)
R 143 of 519 ~ 27.55%
G 125 of 519 ~ 24.08%
B 251 of 519 ~ 48.36%

%27.55
%24.08
%48.36

CMYK color model

#8F7DFB color CMYK value is (43,50,0,2).

  • cyan value is 43.03%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(43,50,0,2)
C43M50Y0K2 
(43%,50%,0%,2%)
(0.43/0.50/0.00/0.02)	

CMYK percentages

%43.03
%50.2
%0
%1.57

Codes

Color #8F7DFB in popluar color models

8F7DFB
RGB143125251
HSL249°94.03%73.73%
HSB/HSV249°50.20%98.43%
CMYK43.03%50.20%0.00%
1.57%

Color #8F7DFB in popluar number systems.

HEX8F7DFB
Decimal143125251
Binary10001111111110111111011
Octal217175373

Shades and tints

Shades of #8F7DFB

#8F7DFB
(143,125,251)
#8272E5
(130,114,229)
#7567CF
(117,103,207)
#685CB9
(104,92,185)
#5B51A3
(91,81,163)
#4E468D
(78,70,141)
#413B77
(65,59,119)
#343061
(52,48,97)
#27254B
(39,37,75)
#1A1A35
(26,26,53)
#0D0F1F
(13,15,31)
#000000
(0,0,0)

Tints of #8F7DFB

#8F7DFB
(143,125,251)
#9988FB
(153,136,251)
#A393FB
(163,147,251)
#AD9EFB
(173,158,251)
#B7A9FB
(183,169,251)
#C1B4FB
(193,180,251)
#CBBFFB
(203,191,251)
#D5CAFB
(213,202,251)
#DFD5FB
(223,213,251)
#E9E0FB
(233,224,251)
#F3EBFB
(243,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7DFB; }

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

This text font color is #8F7DFB.


Background Color

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

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

This div background color is #8F7DFB.


Border color

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

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

This div border color is #8F7DFB.


Opacity

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

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

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

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

This text has shadow with #8F7DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7DFB on black background.


Color preview on white background

This text has color #8F7DFB on white background.



Black color preview on #8F7DFB background

This text has black color on #8F7DFB background.


White color preview on #8F7DFB background

This text has white color on #8F7DFB background.