COLOR #867DC7

HEX: #867DC7
RGB: (134,125,199)

Color info

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

RGB color model

#867DC7 color RGB value is (134,125,199).

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

RGB channels and saturation

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

134
125
199

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

Portions of RGB colors in percentages

R + G + B =
134 + 125 + 199 = 458 (100%)
R 134 of 458 ~ 29.26%
G 125 of 458 ~ 27.29%
B 199 of 458 ~ 43.45%

%29.26
%27.29
%43.45

CMYK color model

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

  • cyan value is 32.66%
  • magenta value is 37.19%
  • 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
%37.19
%0
%21.96

Codes

Color #867DC7 in popluar color models

867DC7
RGB134125199
HSL247°39.78%63.53%
HSB/HSV247°37.19%78.04%
CMYK32.66%37.19%0.00%
21.96%

Color #867DC7 in popluar number systems.

HEX867DC7
Decimal134125199
Binary10000110111110111000111
Octal206175307

Shades and tints

Shades of #867DC7

#867DC7
(134,125,199)
#7A72B5
(122,114,181)
#6E67A3
(110,103,163)
#625C91
(98,92,145)
#56517F
(86,81,127)
#4A466D
(74,70,109)
#3E3B5B
(62,59,91)
#323049
(50,48,73)
#262537
(38,37,55)
#1A1A25
(26,26,37)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #867DC7

#867DC7
(134,125,199)
#9188CC
(145,136,204)
#9C93D1
(156,147,209)
#A79ED6
(167,158,214)
#B2A9DB
(178,169,219)
#BDB4E0
(189,180,224)
#C8BFE5
(200,191,229)
#D3CAEA
(211,202,234)
#DED5EF
(222,213,239)
#E9E0F4
(233,224,244)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867DC7; }

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

This text font color is #867DC7.


Background Color

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

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

This div background color is #867DC7.


Border color

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

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

This div border color is #867DC7.


Opacity

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

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

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

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

This text has shadow with #867DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867DC7 on black background.


Color preview on white background

This text has color #867DC7 on white background.



Black color preview on #867DC7 background

This text has black color on #867DC7 background.


White color preview on #867DC7 background

This text has white color on #867DC7 background.