HEX: #856DBB
RGB: (133,109,187)
#856DBB contains mainly red and blue colors. Web safe color of #856DBB is #9966CC (or #96C).
#856DBB color RGB value is (133,109,187).
RGB: (133,109,187)
(52%, 43%, 73%)
R 133 of 255 = 52%
G 109 of 255 = 43%
B 187 of 255 = 73%
R + G + B ~ 56%. #856DBB is middle color (not dark and not light).
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'%
#856DBB color CMYK value is (29,42,0,27).
CMYK: (29,42,0,27)
C29M42Y0K27 (29%, 42%, 0%, 27%)
(0.29 / 0.42 / 0.00 / 0.27)
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 of #856DBB
Tints of #856DBB
Examples of css and html codes for elements with #856DBB color. Also use rgb(133,109,187) instead hex code.
.myTextColor { color: #856DBB; }
<p style="color:#856DBB">This sample text font color is #856DBB.</p>
This text font color is #856DBB.
.myBgColor { background-color: #856DBB; }
<div style="background-color:#856DBB">Inner text</div>
This div background color is #856DBB.
.myBorderColor { border: 1px solid #856DBB; }
<div style="border:3px solid #856DBB">Div</div>
This div border color is #856DBB.
.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%.
.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.
/* 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 text has color #856DBB on black background.
This text has color #856DBB on white background.
This text has black color on #856DBB background.
This text has white color on #856DBB background.
Complementary color for #hex is #7A9244.