COLOR #856FB9

HEX: #856FB9 RGB: (133,111,185)

Color info

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

RGB color model

#856FB9 color RGB value is (133,111,185).

RGB: (133,111,185) (52%, 44%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 185 of 255 = 73%

133
111
185

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

Portions of RGB colors in percentages

R + G + B = 133 + 111 + 185 = 429 (100%)
R 133 of 429 ~ 31%
G 111 of 429 ~ 25.87%
B 185 of 429 ~ 43.12'%

%31
%25.87
%43.12

CMYK color model

#856FB9 color CMYK value is (28,40,0,27).

  • cyan value is 28.11%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (28,40,0,27)
C28M40Y0K27 (28%, 40%, 0%, 27%)
(0.28 / 0.40 / 0.00 / 0.27)

CMYK percentages

%28.11
%40
%0
%27.45

Codes

Color #856FB9 in popluar color models

85 6F B9
RGB 133 111 185
HSL 258° 34.58% 58.04%
HSB/HSV 258° 40.00% 72.55%
CMYK 28.11% 40.00% 0.00%
27.45%

Color #856FB9 in popluar number systems.

HEX 85 6F B9
Decimal 133 111 185
Binary 10000101 1101111 10111001
Octal 205 157 271

Shades and tints

Shades of #856FB9

#856FB9
(133,111,185)
#7965A9
(121,101,169)
#6D5B99
(109,91,153)
#615189
(97,81,137)
#554779
(85,71,121)
#493D69
(73,61,105)
#3D3359
(61,51,89)
#312949
(49,41,73)
#251F39
(37,31,57)
#191529
(25,21,41)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #856FB9

#856FB9
(133,111,185)
#907CBF
(144,124,191)
#9B89C5
(155,137,197)
#A696CB
(166,150,203)
#B1A3D1
(177,163,209)
#BCB0D7
(188,176,215)
#C7BDDD
(199,189,221)
#D2CAE3
(210,202,227)
#DDD7E9
(221,215,233)
#E8E4EF
(232,228,239)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856FB9 color. Also use rgb(133,111,185) instead hex code.

Text Font Color

.myTextColor { color: #856FB9; }

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

This text font color is #856FB9.

Background Color

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

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

This div background color is #856FB9.

Border color

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

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

This div border color is #856FB9.

Opacity

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

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

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

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

This text has shadow with #856FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856FB9.

Preview

Color preview on black background

This text has color #856FB9 on black background.


Color preview on white background

This text has color #856FB9 on white background.


Black color preview on #856FB9 background

This text has black color on #856FB9 background.


White color preview on #856FB9 background

This text has white color on #856FB9 background.


Related colors

Complementary color

Complementary color for #hex is #7A9046.


I love getcolorcode.com

Triadic colors

1 #B9856F and #6FB985 with #856FB9 are triadic colors.

2 #B96F85 and #6F85B9 with #856FB9 are triadic colors.