COLOR #867AD1

HEX: #867AD1
RGB: (134,122,209)

Color info

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

RGB color model

#867AD1 color RGB value is (134,122,209).

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

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 209 of 255 = 82%

134
122
209

R + G + B ~ 61%. #867AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 209 = 465 (100%)
R 134 of 465 ~ 28.82%
G 122 of 465 ~ 26.24%
B 209 of 465 ~ 44.95%

%28.82
%26.24
%44.95

CMYK color model

#867AD1 color CMYK value is (36,42,0,18).

  • cyan value is 35.89%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(36,42,0,18)
C36M42Y0K18 
(36%,42%,0%,18%)
(0.36/0.42/0.00/0.18)	

CMYK percentages

%35.89
%41.63
%0
%18.04

Codes

Color #867AD1 in popluar color models

867AD1
RGB134122209
HSL248°48.60%64.90%
HSB/HSV248°41.63%81.96%
CMYK35.89%41.63%0.00%
18.04%

Color #867AD1 in popluar number systems.

HEX867AD1
Decimal134122209
Binary10000110111101011010001
Octal206172321

Shades and tints

Shades of #867AD1

#867AD1
(134,122,209)
#7A6FBE
(122,111,190)
#6E64AB
(110,100,171)
#625998
(98,89,152)
#564E85
(86,78,133)
#4A4372
(74,67,114)
#3E385F
(62,56,95)
#322D4C
(50,45,76)
#262239
(38,34,57)
#1A1726
(26,23,38)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #867AD1

#867AD1
(134,122,209)
#9186D5
(145,134,213)
#9C92D9
(156,146,217)
#A79EDD
(167,158,221)
#B2AAE1
(178,170,225)
#BDB6E5
(189,182,229)
#C8C2E9
(200,194,233)
#D3CEED
(211,206,237)
#DEDAF1
(222,218,241)
#E9E6F5
(233,230,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867AD1; }

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

This text font color is #867AD1.


Background Color

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

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

This div background color is #867AD1.


Border color

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

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

This div border color is #867AD1.


Opacity

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

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

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

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

This text has shadow with #867AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867AD1 on black background.


Color preview on white background

This text has color #867AD1 on white background.



Black color preview on #867AD1 background

This text has black color on #867AD1 background.


White color preview on #867AD1 background

This text has white color on #867AD1 background.