COLOR #857BE5

HEX: #857BE5
RGB: (133,123,229)

Color info

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

RGB color model

#857BE5 color RGB value is (133,123,229).

  • red value is 133;
  • green value is 123;
  • blue value is 229.
RGB:
(133,123,229)
(52%,48%,90%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 229 of 255 = 90%

133
123
229

R + G + B ~ 63%. #857BE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 229 = 485 (100%)
R 133 of 485 ~ 27.42%
G 123 of 485 ~ 25.36%
B 229 of 485 ~ 47.22%

%27.42
%25.36
%47.22

CMYK color model

#857BE5 color CMYK value is (42,46,0,10).

  • cyan value is 41.92%
  • magenta value is 46.29%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(42,46,0,10)
C42M46Y0K10 
(42%,46%,0%,10%)
(0.42/0.46/0.00/0.10)	

CMYK percentages

%41.92
%46.29
%0
%10.2

Codes

Color #857BE5 in popluar color models

857BE5
RGB133123229
HSL246°67.09%69.02%
HSB/HSV246°46.29%89.80%
CMYK41.92%46.29%0.00%
10.20%

Color #857BE5 in popluar number systems.

HEX857BE5
Decimal133123229
Binary10000101111101111100101
Octal205173345

Shades and tints

Shades of #857BE5

#857BE5
(133,123,229)
#7970D1
(121,112,209)
#6D65BD
(109,101,189)
#615AA9
(97,90,169)
#554F95
(85,79,149)
#494481
(73,68,129)
#3D396D
(61,57,109)
#312E59
(49,46,89)
#252345
(37,35,69)
#191831
(25,24,49)
#0D0D1D
(13,13,29)
#000000
(0,0,0)

Tints of #857BE5

#857BE5
(133,123,229)
#9087E7
(144,135,231)
#9B93E9
(155,147,233)
#A69FEB
(166,159,235)
#B1ABED
(177,171,237)
#BCB7EF
(188,183,239)
#C7C3F1
(199,195,241)
#D2CFF3
(210,207,243)
#DDDBF5
(221,219,245)
#E8E7F7
(232,231,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857BE5 color. Also use rgb(133,123,229) instead hex code.

Text Font Color

.myTextColor { color: #857BE5; }

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

This text font color is #857BE5.


Background Color

.myBgColor { background-color: #857BE5; }

<div style="background-color:#857BE5">Inner text</div>

This div background color is #857BE5.


Border color

.myBorderColor { border: 1px solid #857BE5; }

<div style="border:3px solid #857BE5">Div</div>

This div border color is #857BE5.


Opacity

.myOpacity80 { color: #857BE5; opacity: 0.8; }

<p style="color:#857BE5;opacity:0.8;">80%</p>

Text with #857BE5 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 #857BE5;}

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

This text has shadow with #857BE5 color.

.textShadow {text-shadow: 3px 3px 1px #857BE5, 3px 3px 1px red;}

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

This text has shadow with #857BE5 primary color and red secondary color.


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

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

This text has shadow with #857BE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857BE5 on black background.


Color preview on white background

This text has color #857BE5 on white background.



Black color preview on #857BE5 background

This text has black color on #857BE5 background.


White color preview on #857BE5 background

This text has white color on #857BE5 background.