COLOR #856DBB

HEX: #856DBB RGB: (133,109,187)

Color info

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

RGB color model

#856DBB color RGB value is (133,109,187).

RGB: (133,109,187) (52%, 43%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 187 of 255 = 73%

133
109
187

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

Portions of RGB colors in percentages

R + G + B = 133 + 109 + 187 = 429 (100%)
R 133 of 429 ~ 31%
G 109 of 429 ~ 25.41%
B 187 of 429 ~ 43.59'%

%31
%25.41
%43.59

CMYK color model

#856DBB color CMYK value is (29,42,0,27).

  • cyan value is 28.88%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (29,42,0,27)
C29M42Y0K27 (29%, 42%, 0%, 27%)
(0.29 / 0.42 / 0.00 / 0.27)

CMYK percentages

%28.88
%41.71
%0
%26.67

Codes

Color #856DBB in popluar color models

85 6D BB
RGB 133 109 187
HSL 258° 36.45% 58.04%
HSB/HSV 258° 41.71% 73.33%
CMYK 28.88% 41.71% 0.00%
26.67%

Color #856DBB in popluar number systems.

HEX 85 6D BB
Decimal 133 109 187
Binary 10000101 1101101 10111011
Octal 205 155 273

Shades and tints

Shades of #856DBB

#856DBB
(133,109,187)
#7964AA
(121,100,170)
#6D5B99
(109,91,153)
#615288
(97,82,136)
#554977
(85,73,119)
#494066
(73,64,102)
#3D3755
(61,55,85)
#312E44
(49,46,68)
#252533
(37,37,51)
#191C22
(25,28,34)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #856DBB

#856DBB
(133,109,187)
#907AC1
(144,122,193)
#9B87C7
(155,135,199)
#A694CD
(166,148,205)
#B1A1D3
(177,161,211)
#BCAED9
(188,174,217)
#C7BBDF
(199,187,223)
#D2C8E5
(210,200,229)
#DDD5EB
(221,213,235)
#E8E2F1
(232,226,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856DBB color. Also use rgb(133,109,187) instead hex code.

Text Font Color

.myTextColor { color: #856DBB; }

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

This text font color is #856DBB.

Background Color

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

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

This div background color is #856DBB.

Border color

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

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

This div border color is #856DBB.

Opacity

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

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

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

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

This text has shadow with #856DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856DBB.

Preview

Color preview on black background

This text has color #856DBB on black background.


Color preview on white background

This text has color #856DBB on white background.


Black color preview on #856DBB background

This text has black color on #856DBB background.


White color preview on #856DBB background

This text has white color on #856DBB background.


Related colors

Complementary color

Complementary color for #hex is #7A9244.


I love getcolorcode.com

Triadic colors

1 #BB856D and #6DBB85 with #856DBB are triadic colors.

2 #BB6D85 and #6D85BB with #856DBB are triadic colors.