COLOR #867EC7

HEX: #867EC7
RGB: (134,126,199)

Color info

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

RGB color model

#867EC7 color RGB value is (134,126,199).

  • red value is 134;
  • green value is 126;
  • blue value is 199.
RGB:
(134,126,199)
(53%,49%,78%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 199 of 255 = 78%

134
126
199

R + G + B ~ 60%. #867EC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 199 = 459 (100%)
R 134 of 459 ~ 29.19%
G 126 of 459 ~ 27.45%
B 199 of 459 ~ 43.36%

%29.19
%27.45
%43.36

CMYK color model

#867EC7 color CMYK value is (33,37,0,22).

  • cyan value is 32.66%
  • magenta value is 36.68%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(33,37,0,22)
C33M37Y0K22 
(33%,37%,0%,22%)
(0.33/0.37/0.00/0.22)	

CMYK percentages

%32.66
%36.68
%0
%21.96

Codes

Color #867EC7 in popluar color models

867EC7
RGB134126199
HSL247°39.46%63.73%
HSB/HSV247°36.68%78.04%
CMYK32.66%36.68%0.00%
21.96%

Color #867EC7 in popluar number systems.

HEX867EC7
Decimal134126199
Binary10000110111111011000111
Octal206176307

Shades and tints

Shades of #867EC7

#867EC7
(134,126,199)
#7A73B5
(122,115,181)
#6E68A3
(110,104,163)
#625D91
(98,93,145)
#56527F
(86,82,127)
#4A476D
(74,71,109)
#3E3C5B
(62,60,91)
#323149
(50,49,73)
#262637
(38,38,55)
#1A1B25
(26,27,37)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #867EC7

#867EC7
(134,126,199)
#9189CC
(145,137,204)
#9C94D1
(156,148,209)
#A79FD6
(167,159,214)
#B2AADB
(178,170,219)
#BDB5E0
(189,181,224)
#C8C0E5
(200,192,229)
#D3CBEA
(211,203,234)
#DED6EF
(222,214,239)
#E9E1F4
(233,225,244)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867EC7 color. Also use rgb(134,126,199) instead hex code.

Text Font Color

.myTextColor { color: #867EC7; }

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

This text font color is #867EC7.


Background Color

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

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

This div background color is #867EC7.


Border color

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

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

This div border color is #867EC7.


Opacity

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

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

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

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

This text has shadow with #867EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867EC7 on black background.


Color preview on white background

This text has color #867EC7 on white background.



Black color preview on #867EC7 background

This text has black color on #867EC7 background.


White color preview on #867EC7 background

This text has white color on #867EC7 background.