COLOR #856EB0

HEX: #856EB0 RGB: (133,110,176)

Color info

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

RGB color model

#856EB0 color RGB value is (133,110,176).

RGB: (133,110,176) (52%, 43%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 176 of 255 = 69%

133
110
176

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 176 = 419 (100%)
R 133 of 419 ~ 31.74%
G 110 of 419 ~ 26.25%
B 176 of 419 ~ 42'%

%31.74
%26.25
%42

CMYK color model

#856EB0 color CMYK value is (24,38,0,31).

  • cyan value is 24.43%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (24,38,0,31)
C24M38Y0K31 (24%, 38%, 0%, 31%)
(0.24 / 0.38 / 0.00 / 0.31)

CMYK percentages

%24.43
%37.5
%0
%30.98

Codes

Color #856EB0 in popluar color models

85 6E B0
RGB 133 110 176
HSL 261° 29.46% 56.08%
HSB/HSV 261° 37.50% 69.02%
CMYK 24.43% 37.50% 0.00%
30.98%

Color #856EB0 in popluar number systems.

HEX 85 6E B0
Decimal 133 110 176
Binary 10000101 1101110 10110000
Octal 205 156 260

Shades and tints

Shades of #856EB0

#856EB0
(133,110,176)
#7964A0
(121,100,160)
#6D5A90
(109,90,144)
#615080
(97,80,128)
#554670
(85,70,112)
#493C60
(73,60,96)
#3D3250
(61,50,80)
#312840
(49,40,64)
#251E30
(37,30,48)
#191420
(25,20,32)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #856EB0

#856EB0
(133,110,176)
#907BB7
(144,123,183)
#9B88BE
(155,136,190)
#A695C5
(166,149,197)
#B1A2CC
(177,162,204)
#BCAFD3
(188,175,211)
#C7BCDA
(199,188,218)
#D2C9E1
(210,201,225)
#DDD6E8
(221,214,232)
#E8E3EF
(232,227,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856EB0; }

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

This text font color is #856EB0.

Background Color

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

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

This div background color is #856EB0.

Border color

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

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

This div border color is #856EB0.

Opacity

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

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

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

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

This text has shadow with #856EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856EB0.

Preview

Color preview on black background

This text has color #856EB0 on black background.


Color preview on white background

This text has color #856EB0 on white background.


Black color preview on #856EB0 background

This text has black color on #856EB0 background.


White color preview on #856EB0 background

This text has white color on #856EB0 background.


Related colors

Complementary color

Complementary color for #hex is #7A914F.


I love getcolorcode.com

Triadic colors

1 #B0856E and #6EB085 with #856EB0 are triadic colors.

2 #B06E85 and #6E85B0 with #856EB0 are triadic colors.