COLOR #856CB5

HEX: #856CB5
RGB: (133,108,181)

Color info

#856CB5 contains mainly red and blue colors. Web safe color of #856CB5 is #9966CC (or #96C).

RGB color model

#856CB5 color RGB value is (133,108,181).

  • red value is 133;
  • green value is 108;
  • blue value is 181.
RGB:
(133,108,181)
(52%,42%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 181 of 255 = 71%

133
108
181

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 181 = 422 (100%)
R 133 of 422 ~ 31.52%
G 108 of 422 ~ 25.59%
B 181 of 422 ~ 42.89%

%31.52
%25.59
%42.89

CMYK color model

#856CB5 color CMYK value is (27,40,0,29).

  • cyan value is 26.52%
  • magenta value is 40.33%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,40,0,29)
C27M40Y0K29 
(27%,40%,0%,29%)
(0.27/0.40/0.00/0.29)	

CMYK percentages

%26.52
%40.33
%0
%29.02

Codes

Color #856CB5 in popluar color models

856CB5
RGB133108181
HSL261°33.03%56.67%
HSB/HSV261°40.33%70.98%
CMYK26.52%40.33%0.00%
29.02%

Color #856CB5 in popluar number systems.

HEX856CB5
Decimal133108181
Binary10000101110110010110101
Octal205154265

Shades and tints

Shades of #856CB5

#856CB5
(133,108,181)
#7963A5
(121,99,165)
#6D5A95
(109,90,149)
#615185
(97,81,133)
#554875
(85,72,117)
#493F65
(73,63,101)
#3D3655
(61,54,85)
#312D45
(49,45,69)
#252435
(37,36,53)
#191B25
(25,27,37)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #856CB5

#856CB5
(133,108,181)
#9079BB
(144,121,187)
#9B86C1
(155,134,193)
#A693C7
(166,147,199)
#B1A0CD
(177,160,205)
#BCADD3
(188,173,211)
#C7BAD9
(199,186,217)
#D2C7DF
(210,199,223)
#DDD4E5
(221,212,229)
#E8E1EB
(232,225,235)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856CB5 color. Also use rgb(133,108,181) instead hex code.

Text Font Color

.myTextColor { color: #856CB5; }

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

This text font color is #856CB5.


Background Color

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

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

This div background color is #856CB5.


Border color

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

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

This div border color is #856CB5.


Opacity

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

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

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

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

This text has shadow with #856CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856CB5 on black background.


Color preview on white background

This text has color #856CB5 on white background.



Black color preview on #856CB5 background

This text has black color on #856CB5 background.


White color preview on #856CB5 background

This text has white color on #856CB5 background.