COLOR #867AA5

HEX: #867AA5 RGB: (134,122,165)

Color info

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

RGB color model

#867AA5 color RGB value is (134,122,165).

RGB: (134,122,165) (53%, 48%, 65%)

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 165 of 255 = 65%

134
122
165

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

Portions of RGB colors in percentages

R + G + B = 134 + 122 + 165 = 421 (100%)
R 134 of 421 ~ 31.83%
G 122 of 421 ~ 28.98%
B 165 of 421 ~ 39.19'%

%31.83
%28.98
%39.19

CMYK color model

#867AA5 color CMYK value is (19,26,0,35).

  • cyan value is 18.79%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (19,26,0,35)
C19M26Y0K35 (19%, 26%, 0%, 35%)
(0.19 / 0.26 / 0.00 / 0.35)

CMYK percentages

%18.79
%26.06
%0
%35.29

Codes

Color #867AA5 in popluar color models

86 7A A5
RGB 134 122 165
HSL 257° 19.28% 56.27%
HSB/HSV 257° 26.06% 64.71%
CMYK 18.79% 26.06% 0.00%
35.29%

Color #867AA5 in popluar number systems.

HEX 86 7A A5
Decimal 134 122 165
Binary 10000110 1111010 10100101
Octal 206 172 245

Shades and tints

Shades of #867AA5

#867AA5
(134,122,165)
#7A6F96
(122,111,150)
#6E6487
(110,100,135)
#625978
(98,89,120)
#564E69
(86,78,105)
#4A435A
(74,67,90)
#3E384B
(62,56,75)
#322D3C
(50,45,60)
#26222D
(38,34,45)
#1A171E
(26,23,30)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #867AA5

#867AA5
(134,122,165)
#9186AD
(145,134,173)
#9C92B5
(156,146,181)
#A79EBD
(167,158,189)
#B2AAC5
(178,170,197)
#BDB6CD
(189,182,205)
#C8C2D5
(200,194,213)
#D3CEDD
(211,206,221)
#DEDAE5
(222,218,229)
#E9E6ED
(233,230,237)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867AA5; }

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

This text font color is #867AA5.

Background Color

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

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

This div background color is #867AA5.

Border color

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

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

This div border color is #867AA5.

Opacity

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

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

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

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

This text has shadow with #867AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867AA5.

Preview

Color preview on black background

This text has color #867AA5 on black background.


Color preview on white background

This text has color #867AA5 on white background.


Black color preview on #867AA5 background

This text has black color on #867AA5 background.


White color preview on #867AA5 background

This text has white color on #867AA5 background.


Related colors

Complementary color

Complementary color for #hex is #79855A.


I love getcolorcode.com

Triadic colors

1 #A5867A and #7AA586 with #867AA5 are triadic colors.

2 #A57A86 and #7A86A5 with #867AA5 are triadic colors.