COLOR #867FD1

HEX: #867FD1
RGB: (134,127,209)

Color info

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

RGB color model

#867FD1 color RGB value is (134,127,209).

  • red value is 134;
  • green value is 127;
  • blue value is 209.
RGB:
(134,127,209)
(53%,50%,82%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 209 of 255 = 82%

134
127
209

R + G + B ~ 62%. #867FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 209 = 470 (100%)
R 134 of 470 ~ 28.51%
G 127 of 470 ~ 27.02%
B 209 of 470 ~ 44.47%

%28.51
%27.02
%44.47

CMYK color model

#867FD1 color CMYK value is (36,39,0,18).

  • cyan value is 35.89%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(36,39,0,18)
C36M39Y0K18 
(36%,39%,0%,18%)
(0.36/0.39/0.00/0.18)	

CMYK percentages

%35.89
%39.23
%0
%18.04

Codes

Color #867FD1 in popluar color models

867FD1
RGB134127209
HSL245°47.13%65.88%
HSB/HSV245°39.23%81.96%
CMYK35.89%39.23%0.00%
18.04%

Color #867FD1 in popluar number systems.

HEX867FD1
Decimal134127209
Binary10000110111111111010001
Octal206177321

Shades and tints

Shades of #867FD1

#867FD1
(134,127,209)
#7A74BE
(122,116,190)
#6E69AB
(110,105,171)
#625E98
(98,94,152)
#565385
(86,83,133)
#4A4872
(74,72,114)
#3E3D5F
(62,61,95)
#32324C
(50,50,76)
#262739
(38,39,57)
#1A1C26
(26,28,38)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #867FD1

#867FD1
(134,127,209)
#918AD5
(145,138,213)
#9C95D9
(156,149,217)
#A7A0DD
(167,160,221)
#B2ABE1
(178,171,225)
#BDB6E5
(189,182,229)
#C8C1E9
(200,193,233)
#D3CCED
(211,204,237)
#DED7F1
(222,215,241)
#E9E2F5
(233,226,245)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867FD1 color. Also use rgb(134,127,209) instead hex code.

Text Font Color

.myTextColor { color: #867FD1; }

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

This text font color is #867FD1.


Background Color

.myBgColor { background-color: #867FD1; }

<div style="background-color:#867FD1">Inner text</div>

This div background color is #867FD1.


Border color

.myBorderColor { border: 1px solid #867FD1; }

<div style="border:3px solid #867FD1">Div</div>

This div border color is #867FD1.


Opacity

.myOpacity80 { color: #867FD1; opacity: 0.8; }

<p style="color:#867FD1;opacity:0.8;">80%</p>

Text with #867FD1 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 #867FD1;}

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

This text has shadow with #867FD1 color.

.textShadow {text-shadow: 3px 3px 1px #867FD1, 3px 3px 1px red;}

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

This text has shadow with #867FD1 primary color and red secondary color.


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

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

This text has shadow with #867FD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867FD1 on black background.


Color preview on white background

This text has color #867FD1 on white background.



Black color preview on #867FD1 background

This text has black color on #867FD1 background.


White color preview on #867FD1 background

This text has white color on #867FD1 background.