COLOR #856FC6

HEX: #856FC6
RGB: (133,111,198)

Color info

#856FC6 contains mainly blue color. Web safe color of #856FC6 is #9966CC (or #96C).

RGB color model

#856FC6 color RGB value is (133,111,198).

  • red value is 133;
  • green value is 111;
  • blue value is 198.
RGB:
(133,111,198)
(52%,44%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 198 of 255 = 78%

133
111
198

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 198 = 442 (100%)
R 133 of 442 ~ 30.09%
G 111 of 442 ~ 25.11%
B 198 of 442 ~ 44.8%

%30.09
%25.11
%44.8

CMYK color model

#856FC6 color CMYK value is (33,44,0,22).

  • cyan value is 32.83%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,44,0,22)
C33M44Y0K22 
(33%,44%,0%,22%)
(0.33/0.44/0.00/0.22)	

CMYK percentages

%32.83
%43.94
%0
%22.35

Codes

Color #856FC6 in popluar color models

856FC6
RGB133111198
HSL255°43.28%60.59%
HSB/HSV255°43.94%77.65%
CMYK32.83%43.94%0.00%
22.35%

Color #856FC6 in popluar number systems.

HEX856FC6
Decimal133111198
Binary10000101110111111000110
Octal205157306

Shades and tints

Shades of #856FC6

#856FC6
(133,111,198)
#7965B4
(121,101,180)
#6D5BA2
(109,91,162)
#615190
(97,81,144)
#55477E
(85,71,126)
#493D6C
(73,61,108)
#3D335A
(61,51,90)
#312948
(49,41,72)
#251F36
(37,31,54)
#191524
(25,21,36)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #856FC6

#856FC6
(133,111,198)
#907CCB
(144,124,203)
#9B89D0
(155,137,208)
#A696D5
(166,150,213)
#B1A3DA
(177,163,218)
#BCB0DF
(188,176,223)
#C7BDE4
(199,189,228)
#D2CAE9
(210,202,233)
#DDD7EE
(221,215,238)
#E8E4F3
(232,228,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856FC6; }

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

This text font color is #856FC6.


Background Color

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

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

This div background color is #856FC6.


Border color

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

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

This div border color is #856FC6.


Opacity

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

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

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

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

This text has shadow with #856FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856FC6 on black background.


Color preview on white background

This text has color #856FC6 on white background.



Black color preview on #856FC6 background

This text has black color on #856FC6 background.


White color preview on #856FC6 background

This text has white color on #856FC6 background.