COLOR #856EA5

HEX: #856EA5 RGB: (133,110,165)

Color info

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

RGB color model

#856EA5 color RGB value is (133,110,165).

RGB: (133,110,165) (52%, 43%, 65%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 165 of 255 = 65%

133
110
165

R + G + B ~ 53%. #856EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 165 = 408 (100%)
R 133 of 408 ~ 32.6%
G 110 of 408 ~ 26.96%
B 165 of 408 ~ 40.44'%

%32.6
%26.96
%40.44

CMYK color model

#856EA5 color CMYK value is (19,33,0,35).

  • cyan value is 19.39%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (19,33,0,35)
C19M33Y0K35 (19%, 33%, 0%, 35%)
(0.19 / 0.33 / 0.00 / 0.35)

CMYK percentages

%19.39
%33.33
%0
%35.29

Codes

Color #856EA5 in popluar color models

85 6E A5
RGB 133 110 165
HSL 265° 23.40% 53.92%
HSB/HSV 265° 33.33% 64.71%
CMYK 19.39% 33.33% 0.00%
35.29%

Color #856EA5 in popluar number systems.

HEX 85 6E A5
Decimal 133 110 165
Binary 10000101 1101110 10100101
Octal 205 156 245

Shades and tints

Shades of #856EA5

#856EA5
(133,110,165)
#796496
(121,100,150)
#6D5A87
(109,90,135)
#615078
(97,80,120)
#554669
(85,70,105)
#493C5A
(73,60,90)
#3D324B
(61,50,75)
#31283C
(49,40,60)
#251E2D
(37,30,45)
#19141E
(25,20,30)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #856EA5

#856EA5
(133,110,165)
#907BAD
(144,123,173)
#9B88B5
(155,136,181)
#A695BD
(166,149,189)
#B1A2C5
(177,162,197)
#BCAFCD
(188,175,205)
#C7BCD5
(199,188,213)
#D2C9DD
(210,201,221)
#DDD6E5
(221,214,229)
#E8E3ED
(232,227,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856EA5 color. Also use rgb(133,110,165) instead hex code.

Text Font Color

.myTextColor { color: #856EA5; }

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

This text font color is #856EA5.

Background Color

.myBgColor { background-color: #856EA5; }

<div style="background-color:#856EA5">Inner text</div>

This div background color is #856EA5.

Border color

.myBorderColor { border: 1px solid #856EA5; }

<div style="border:3px solid #856EA5">Div</div>

This div border color is #856EA5.

Opacity

.myOpacity80 { color: #856EA5; opacity: 0.8; }

<p style="color:#856EA5;opacity:0.8;">80%</p>

Text with #856EA5 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 #856EA5;}

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

This text has shadow with #856EA5 color.


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

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

This text has shadow with #856EA5 primary color and red secondary color.


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

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

This text has shadow with #856EA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #856EA5.

Preview

Color preview on black background

This text has color #856EA5 on black background.


Color preview on white background

This text has color #856EA5 on white background.


Black color preview on #856EA5 background

This text has black color on #856EA5 background.


White color preview on #856EA5 background

This text has white color on #856EA5 background.


Related colors

Complementary color

Complementary color for #hex is #7A915A.


I love getcolorcode.com

Triadic colors

1 #A5856E and #6EA585 with #856EA5 are triadic colors.

2 #A56E85 and #6E85A5 with #856EA5 are triadic colors.