COLOR #856EAD

HEX: #856EAD
RGB: (133,110,173)

Color info

#856EAD contains mainly red and blue colors. Web safe color of #856EAD is #996699 (or #969).

RGB color model

#856EAD color RGB value is (133,110,173).

  • red value is 133;
  • green value is 110;
  • blue value is 173.
RGB:
(133,110,173)
(52%,43%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 173 of 255 = 68%

133
110
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 173 = 416 (100%)
R 133 of 416 ~ 31.97%
G 110 of 416 ~ 26.44%
B 173 of 416 ~ 41.59%

%31.97
%26.44
%41.59

CMYK color model

#856EAD color CMYK value is (23,36,0,32).

  • cyan value is 23.12%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,36,0,32)
C23M36Y0K32 
(23%,36%,0%,32%)
(0.23/0.36/0.00/0.32)	

CMYK percentages

%23.12
%36.42
%0
%32.16

Codes

Color #856EAD in popluar color models

856EAD
RGB133110173
HSL262°27.75%55.49%
HSB/HSV262°36.42%67.84%
CMYK23.12%36.42%0.00%
32.16%

Color #856EAD in popluar number systems.

HEX856EAD
Decimal133110173
Binary10000101110111010101101
Octal205156255

Shades and tints

Shades of #856EAD

#856EAD
(133,110,173)
#79649E
(121,100,158)
#6D5A8F
(109,90,143)
#615080
(97,80,128)
#554671
(85,70,113)
#493C62
(73,60,98)
#3D3253
(61,50,83)
#312844
(49,40,68)
#251E35
(37,30,53)
#191426
(25,20,38)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #856EAD

#856EAD
(133,110,173)
#907BB4
(144,123,180)
#9B88BB
(155,136,187)
#A695C2
(166,149,194)
#B1A2C9
(177,162,201)
#BCAFD0
(188,175,208)
#C7BCD7
(199,188,215)
#D2C9DE
(210,201,222)
#DDD6E5
(221,214,229)
#E8E3EC
(232,227,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856EAD; }

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

This text font color is #856EAD.


Background Color

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

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

This div background color is #856EAD.


Border color

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

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

This div border color is #856EAD.


Opacity

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

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

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

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

This text has shadow with #856EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856EAD on black background.


Color preview on white background

This text has color #856EAD on white background.



Black color preview on #856EAD background

This text has black color on #856EAD background.


White color preview on #856EAD background

This text has white color on #856EAD background.