COLOR #857AA5

HEX: #857AA5 RGB: (133,122,165)

Color info

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

RGB color model

#857AA5 color RGB value is (133,122,165).

RGB: (133,122,165) (52%, 48%, 65%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 165 of 255 = 65%

133
122
165

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

Portions of RGB colors in percentages

R + G + B = 133 + 122 + 165 = 420 (100%)
R 133 of 420 ~ 31.67%
G 122 of 420 ~ 29.05%
B 165 of 420 ~ 39.29'%

%31.67
%29.05
%39.29

CMYK color model

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

  • cyan value is 19.39%
  • 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

%19.39
%26.06
%0
%35.29

Codes

Color #857AA5 in popluar color models

85 7A A5
RGB 133 122 165
HSL 255° 19.28% 56.27%
HSB/HSV 255° 26.06% 64.71%
CMYK 19.39% 26.06% 0.00%
35.29%

Color #857AA5 in popluar number systems.

HEX 85 7A A5
Decimal 133 122 165
Binary 10000101 1111010 10100101
Octal 205 172 245

Shades and tints

Shades of #857AA5

#857AA5
(133,122,165)
#796F96
(121,111,150)
#6D6487
(109,100,135)
#615978
(97,89,120)
#554E69
(85,78,105)
#49435A
(73,67,90)
#3D384B
(61,56,75)
#312D3C
(49,45,60)
#25222D
(37,34,45)
#19171E
(25,23,30)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #857AA5

#857AA5
(133,122,165)
#9086AD
(144,134,173)
#9B92B5
(155,146,181)
#A69EBD
(166,158,189)
#B1AAC5
(177,170,197)
#BCB6CD
(188,182,205)
#C7C2D5
(199,194,213)
#D2CEDD
(210,206,221)
#DDDAE5
(221,218,229)
#E8E6ED
(232,230,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857AA5; }

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

This text font color is #857AA5.

Background Color

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

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

This div background color is #857AA5.

Border color

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

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

This div border color is #857AA5.

Opacity

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

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

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

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

This text has shadow with #857AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857AA5.

Preview

Color preview on black background

This text has color #857AA5 on black background.


Color preview on white background

This text has color #857AA5 on white background.


Black color preview on #857AA5 background

This text has black color on #857AA5 background.


White color preview on #857AA5 background

This text has white color on #857AA5 background.


Related colors

Complementary color

Complementary color for #hex is #7A855A.


I love getcolorcode.com

Triadic colors

1 #A5857A and #7AA585 with #857AA5 are triadic colors.

2 #A57A85 and #7A85A5 with #857AA5 are triadic colors.