COLOR #856BA9

HEX: #856BA9
RGB: (133,107,169)

Color info

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

RGB color model

#856BA9 color RGB value is (133,107,169).

  • red value is 133;
  • green value is 107;
  • blue value is 169.
RGB:
(133,107,169)
(52%,42%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 169 of 255 = 66%

133
107
169

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 169 = 409 (100%)
R 133 of 409 ~ 32.52%
G 107 of 409 ~ 26.16%
B 169 of 409 ~ 41.32%

%32.52
%26.16
%41.32

CMYK color model

#856BA9 color CMYK value is (21,37,0,34).

  • cyan value is 21.30%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,37,0,34)
C21M37Y0K34 
(21%,37%,0%,34%)
(0.21/0.37/0.00/0.34)	

CMYK percentages

%21.3
%36.69
%0
%33.73

Codes

Color #856BA9 in popluar color models

856BA9
RGB133107169
HSL265°26.50%54.12%
HSB/HSV265°36.69%66.27%
CMYK21.30%36.69%0.00%
33.73%

Color #856BA9 in popluar number systems.

HEX856BA9
Decimal133107169
Binary10000101110101110101001
Octal205153251

Shades and tints

Shades of #856BA9

#856BA9
(133,107,169)
#79629A
(121,98,154)
#6D598B
(109,89,139)
#61507C
(97,80,124)
#55476D
(85,71,109)
#493E5E
(73,62,94)
#3D354F
(61,53,79)
#312C40
(49,44,64)
#252331
(37,35,49)
#191A22
(25,26,34)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #856BA9

#856BA9
(133,107,169)
#9078B0
(144,120,176)
#9B85B7
(155,133,183)
#A692BE
(166,146,190)
#B19FC5
(177,159,197)
#BCACCC
(188,172,204)
#C7B9D3
(199,185,211)
#D2C6DA
(210,198,218)
#DDD3E1
(221,211,225)
#E8E0E8
(232,224,232)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856BA9 color. Also use rgb(133,107,169) instead hex code.

Text Font Color

.myTextColor { color: #856BA9; }

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

This text font color is #856BA9.


Background Color

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

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

This div background color is #856BA9.


Border color

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

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

This div border color is #856BA9.


Opacity

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

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

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

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

This text has shadow with #856BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856BA9 on black background.


Color preview on white background

This text has color #856BA9 on white background.



Black color preview on #856BA9 background

This text has black color on #856BA9 background.


White color preview on #856BA9 background

This text has white color on #856BA9 background.