COLOR #8F84D1

HEX: #8F84D1
RGB: (143,132,209)

Color info

#8F84D1 contains mainly blue color. Web safe color of #8F84D1 is #9999CC (or #99C).

RGB color model

#8F84D1 color RGB value is (143,132,209).

  • red value is 143;
  • green value is 132;
  • blue value is 209.
RGB:
(143,132,209)
(56%,52%,82%)

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 209 of 255 = 82%

143
132
209

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

Portions of RGB colors in percentages

R + G + B =
143 + 132 + 209 = 484 (100%)
R 143 of 484 ~ 29.55%
G 132 of 484 ~ 27.27%
B 209 of 484 ~ 43.18%

%29.55
%27.27
%43.18

CMYK color model

#8F84D1 color CMYK value is (32,37,0,18).

  • cyan value is 31.58%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(32,37,0,18)
C32M37Y0K18 
(32%,37%,0%,18%)
(0.32/0.37/0.00/0.18)	

CMYK percentages

%31.58
%36.84
%0
%18.04

Codes

Color #8F84D1 in popluar color models

8F84D1
RGB143132209
HSL249°45.56%66.86%
HSB/HSV249°36.84%81.96%
CMYK31.58%36.84%0.00%
18.04%

Color #8F84D1 in popluar number systems.

HEX8F84D1
Decimal143132209
Binary100011111000010011010001
Octal217204321

Shades and tints

Shades of #8F84D1

#8F84D1
(143,132,209)
#8278BE
(130,120,190)
#756CAB
(117,108,171)
#686098
(104,96,152)
#5B5485
(91,84,133)
#4E4872
(78,72,114)
#413C5F
(65,60,95)
#34304C
(52,48,76)
#272439
(39,36,57)
#1A1826
(26,24,38)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #8F84D1

#8F84D1
(143,132,209)
#998FD5
(153,143,213)
#A39AD9
(163,154,217)
#ADA5DD
(173,165,221)
#B7B0E1
(183,176,225)
#C1BBE5
(193,187,229)
#CBC6E9
(203,198,233)
#D5D1ED
(213,209,237)
#DFDCF1
(223,220,241)
#E9E7F5
(233,231,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F84D1 color. Also use rgb(143,132,209) instead hex code.

Text Font Color

.myTextColor { color: #8F84D1; }

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

This text font color is #8F84D1.


Background Color

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

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

This div background color is #8F84D1.


Border color

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

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

This div border color is #8F84D1.


Opacity

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

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

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

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

This text has shadow with #8F84D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F84D1 on black background.


Color preview on white background

This text has color #8F84D1 on white background.



Black color preview on #8F84D1 background

This text has black color on #8F84D1 background.


White color preview on #8F84D1 background

This text has white color on #8F84D1 background.