COLOR #8F7DD8

HEX: #8F7DD8
RGB: (143,125,216)

Color info

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

RGB color model

#8F7DD8 color RGB value is (143,125,216).

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

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 216 of 255 = 85%

143
125
216

R + G + B ~ 63%. #8F7DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 216 = 484 (100%)
R 143 of 484 ~ 29.55%
G 125 of 484 ~ 25.83%
B 216 of 484 ~ 44.63%

%29.55
%25.83
%44.63

CMYK color model

#8F7DD8 color CMYK value is (34,42,0,15).

  • cyan value is 33.80%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(34,42,0,15)
C34M42Y0K15 
(34%,42%,0%,15%)
(0.34/0.42/0.00/0.15)	

CMYK percentages

%33.8
%42.13
%0
%15.29

Codes

Color #8F7DD8 in popluar color models

8F7DD8
RGB143125216
HSL252°53.85%66.86%
HSB/HSV252°42.13%84.71%
CMYK33.80%42.13%0.00%
15.29%

Color #8F7DD8 in popluar number systems.

HEX8F7DD8
Decimal143125216
Binary10001111111110111011000
Octal217175330

Shades and tints

Shades of #8F7DD8

#8F7DD8
(143,125,216)
#8272C5
(130,114,197)
#7567B2
(117,103,178)
#685C9F
(104,92,159)
#5B518C
(91,81,140)
#4E4679
(78,70,121)
#413B66
(65,59,102)
#343053
(52,48,83)
#272540
(39,37,64)
#1A1A2D
(26,26,45)
#0D0F1A
(13,15,26)
#000000
(0,0,0)

Tints of #8F7DD8

#8F7DD8
(143,125,216)
#9988DB
(153,136,219)
#A393DE
(163,147,222)
#AD9EE1
(173,158,225)
#B7A9E4
(183,169,228)
#C1B4E7
(193,180,231)
#CBBFEA
(203,191,234)
#D5CAED
(213,202,237)
#DFD5F0
(223,213,240)
#E9E0F3
(233,224,243)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7DD8; }

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

This text font color is #8F7DD8.


Background Color

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

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

This div background color is #8F7DD8.


Border color

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

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

This div border color is #8F7DD8.


Opacity

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

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

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

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

This text has shadow with #8F7DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7DD8 on black background.


Color preview on white background

This text has color #8F7DD8 on white background.



Black color preview on #8F7DD8 background

This text has black color on #8F7DD8 background.


White color preview on #8F7DD8 background

This text has white color on #8F7DD8 background.