COLOR #856FE0

HEX: #856FE0
RGB: (133,111,224)

Color info

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

RGB color model

#856FE0 color RGB value is (133,111,224).

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

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 224 of 255 = 88%

133
111
224

R + G + B ~ 61%. #856FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 224 = 468 (100%)
R 133 of 468 ~ 28.42%
G 111 of 468 ~ 23.72%
B 224 of 468 ~ 47.86%

%28.42
%23.72
%47.86

CMYK color model

#856FE0 color CMYK value is (41,50,0,12).

  • cyan value is 40.63%
  • magenta value is 50.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(41,50,0,12)
C41M50Y0K12 
(41%,50%,0%,12%)
(0.41/0.50/0.00/0.12)	

CMYK percentages

%40.63
%50.45
%0
%12.16

Codes

Color #856FE0 in popluar color models

856FE0
RGB133111224
HSL252°64.57%65.69%
HSB/HSV252°50.45%87.84%
CMYK40.63%50.45%0.00%
12.16%

Color #856FE0 in popluar number systems.

HEX856FE0
Decimal133111224
Binary10000101110111111100000
Octal205157340

Shades and tints

Shades of #856FE0

#856FE0
(133,111,224)
#7965CC
(121,101,204)
#6D5BB8
(109,91,184)
#6151A4
(97,81,164)
#554790
(85,71,144)
#493D7C
(73,61,124)
#3D3368
(61,51,104)
#312954
(49,41,84)
#251F40
(37,31,64)
#19152C
(25,21,44)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #856FE0

#856FE0
(133,111,224)
#907CE2
(144,124,226)
#9B89E4
(155,137,228)
#A696E6
(166,150,230)
#B1A3E8
(177,163,232)
#BCB0EA
(188,176,234)
#C7BDEC
(199,189,236)
#D2CAEE
(210,202,238)
#DDD7F0
(221,215,240)
#E8E4F2
(232,228,242)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856FE0; }

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

This text font color is #856FE0.


Background Color

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

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

This div background color is #856FE0.


Border color

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

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

This div border color is #856FE0.


Opacity

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

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

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

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

This text has shadow with #856FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856FE0 on black background.


Color preview on white background

This text has color #856FE0 on white background.



Black color preview on #856FE0 background

This text has black color on #856FE0 background.


White color preview on #856FE0 background

This text has white color on #856FE0 background.