COLOR #857BCE

HEX: #857BCE
RGB: (133,123,206)

Color info

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

RGB color model

#857BCE color RGB value is (133,123,206).

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

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 206 of 255 = 81%

133
123
206

R + G + B ~ 60%. #857BCE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 206 = 462 (100%)
R 133 of 462 ~ 28.79%
G 123 of 462 ~ 26.62%
B 206 of 462 ~ 44.59%

%28.79
%26.62
%44.59

CMYK color model

#857BCE color CMYK value is (35,40,0,19).

  • cyan value is 35.44%
  • magenta value is 40.29%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(35,40,0,19)
C35M40Y0K19 
(35%,40%,0%,19%)
(0.35/0.40/0.00/0.19)	

CMYK percentages

%35.44
%40.29
%0
%19.22

Codes

Color #857BCE in popluar color models

857BCE
RGB133123206
HSL247°45.86%64.51%
HSB/HSV247°40.29%80.78%
CMYK35.44%40.29%0.00%
19.22%

Color #857BCE in popluar number systems.

HEX857BCE
Decimal133123206
Binary10000101111101111001110
Octal205173316

Shades and tints

Shades of #857BCE

#857BCE
(133,123,206)
#7970BC
(121,112,188)
#6D65AA
(109,101,170)
#615A98
(97,90,152)
#554F86
(85,79,134)
#494474
(73,68,116)
#3D3962
(61,57,98)
#312E50
(49,46,80)
#25233E
(37,35,62)
#19182C
(25,24,44)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #857BCE

#857BCE
(133,123,206)
#9087D2
(144,135,210)
#9B93D6
(155,147,214)
#A69FDA
(166,159,218)
#B1ABDE
(177,171,222)
#BCB7E2
(188,183,226)
#C7C3E6
(199,195,230)
#D2CFEA
(210,207,234)
#DDDBEE
(221,219,238)
#E8E7F2
(232,231,242)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857BCE; }

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

This text font color is #857BCE.


Background Color

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

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

This div background color is #857BCE.


Border color

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

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

This div border color is #857BCE.


Opacity

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

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

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

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

This text has shadow with #857BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857BCE on black background.


Color preview on white background

This text has color #857BCE on white background.



Black color preview on #857BCE background

This text has black color on #857BCE background.


White color preview on #857BCE background

This text has white color on #857BCE background.