COLOR #857AAD

HEX: #857AAD RGB: (133,122,173)

Color info

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

RGB color model

#857AAD color RGB value is (133,122,173).

RGB: (133,122,173) (52%, 48%, 68%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 173 of 255 = 68%

133
122
173

R + G + B ~ 56%. #857AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 122 + 173 = 428 (100%)
R 133 of 428 ~ 31.07%
G 122 of 428 ~ 28.5%
B 173 of 428 ~ 40.42'%

%31.07
%28.5
%40.42

CMYK color model

#857AAD color CMYK value is (23,29,0,32).

  • cyan value is 23.12%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (23,29,0,32) C23M29Y0K32 (23%,29%,0%,32%) (0.23/0.29/0.00/0.32) 

CMYK percentages

%23.12
%29.48
%0
%32.16

Codes

Color #857AAD in popluar color models

85 7A AD
RGB 133 122 173
HSL 253° 23.72% 57.84%
HSB/HSV 253° 29.48% 67.84%
CMYK 23.12% 29.48% 0.00%
32.16%

Color #857AAD in popluar number systems.

HEX 85 7A AD
Decimal 133 122 173
Binary 10000101 1111010 10101101
Octal 205 172 255

Shades and tints

Shades of #857AAD

#857AAD
(133,122,173)
#796F9E
(121,111,158)
#6D648F
(109,100,143)
#615980
(97,89,128)
#554E71
(85,78,113)
#494362
(73,67,98)
#3D3853
(61,56,83)
#312D44
(49,45,68)
#252235
(37,34,53)
#191726
(25,23,38)
#0D0C17
(13,12,23)
#000000
(0,0,0)

Tints of #857AAD

#857AAD
(133,122,173)
#9086B4
(144,134,180)
#9B92BB
(155,146,187)
#A69EC2
(166,158,194)
#B1AAC9
(177,170,201)
#BCB6D0
(188,182,208)
#C7C2D7
(199,194,215)
#D2CEDE
(210,206,222)
#DDDAE5
(221,218,229)
#E8E6EC
(232,230,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857AAD color. Also use rgb(133,122,173) instead hex code.

Text Font Color

.myTextColor { color: #857AAD; }

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

This text font color is #857AAD.

Background Color

.myBgColor { background-color: #857AAD; }

<div style="background-color:#857AAD">Inner text</div>

This div background color is #857AAD.

Border color

.myBorderColor { border: 1px solid #857AAD; }

<div style="border:3px solid #857AAD">Div</div>

This div border color is #857AAD.

Opacity

.myOpacity80 { color: #857AAD; opacity: 0.8; }

<p style="color:#857AAD;opacity:0.8;">80%</p>

Text with #857AAD 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 #857AAD;}

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

This text has shadow with #857AAD color.


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

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

This text has shadow with #857AAD primary color and red secondary color.


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

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

This text has shadow with #857AAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #857AAD.

Preview

Color preview on black background

This text has color #857AAD on black background.


Color preview on white background

This text has color #857AAD on white background.


Black color preview on #857AAD background

This text has black color on #857AAD background.


White color preview on #857AAD background

This text has white color on #857AAD background.


Related colors

Complementary color

Complementary color for #hex is #7A8552.


I love getcolorcode.com

Triadic colors

1 #AD857A and #7AAD85 with #857AAD are triadic colors.

2 #AD7A85 and #7A85AD with #857AAD are triadic colors.