COLOR #867A9D

HEX: #867A9D
RGB: (134,122,157)

Color info

#867A9D contains red, green and blue colors in about the same proportion. Web safe color of #867A9D is #996699 (or #969).

RGB color model

#867A9D color RGB value is (134,122,157).

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

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 157 of 255 = 62%

134
122
157

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

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 157 = 413 (100%)
R 134 of 413 ~ 32.45%
G 122 of 413 ~ 29.54%
B 157 of 413 ~ 38.01%

%32.45
%29.54
%38.01

CMYK color model

#867A9D color CMYK value is (15,22,0,38).

  • cyan value is 14.65%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,22,0,38)
C15M22Y0K38 
(15%,22%,0%,38%)
(0.15/0.22/0.00/0.38)	

CMYK percentages

%14.65
%22.29
%0
%38.43

Codes

Color #867A9D in popluar color models

867A9D
RGB134122157
HSL261°15.15%54.71%
HSB/HSV261°22.29%61.57%
CMYK14.65%22.29%0.00%
38.43%

Color #867A9D in popluar number systems.

HEX867A9D
Decimal134122157
Binary10000110111101010011101
Octal206172235

Shades and tints

Shades of #867A9D

#867A9D
(134,122,157)
#7A6F8F
(122,111,143)
#6E6481
(110,100,129)
#625973
(98,89,115)
#564E65
(86,78,101)
#4A4357
(74,67,87)
#3E3849
(62,56,73)
#322D3B
(50,45,59)
#26222D
(38,34,45)
#1A171F
(26,23,31)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #867A9D

#867A9D
(134,122,157)
#9186A5
(145,134,165)
#9C92AD
(156,146,173)
#A79EB5
(167,158,181)
#B2AABD
(178,170,189)
#BDB6C5
(189,182,197)
#C8C2CD
(200,194,205)
#D3CED5
(211,206,213)
#DEDADD
(222,218,221)
#E9E6E5
(233,230,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867A9D; }

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

This text font color is #867A9D.


Background Color

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

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

This div background color is #867A9D.


Border color

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

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

This div border color is #867A9D.


Opacity

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

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

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

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

This text has shadow with #867A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867A9D on black background.


Color preview on white background

This text has color #867A9D on white background.



Black color preview on #867A9D background

This text has black color on #867A9D background.


White color preview on #867A9D background

This text has white color on #867A9D background.