COLOR #857EDF

HEX: #857EDF RGB: (133,126,223)

Color info

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

RGB color model

#857EDF color RGB value is (133,126,223).

RGB: (133,126,223) (52%, 49%, 87%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 223 of 255 = 87%

133
126
223

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 223 = 482 (100%)
R 133 of 482 ~ 27.59%
G 126 of 482 ~ 26.14%
B 223 of 482 ~ 46.27'%

%27.59
%26.14
%46.27

CMYK color model

#857EDF color CMYK value is (40,43,0,13).

  • cyan value is 40.36%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (40,43,0,13)
C40M43Y0K13 (40%, 43%, 0%, 13%)
(0.40 / 0.43 / 0.00 / 0.13)

CMYK percentages

%40.36
%43.5
%0
%12.55

Codes

Color #857EDF in popluar color models

85 7E DF
RGB 133 126 223
HSL 244° 60.25% 68.43%
HSB/HSV 244° 43.50% 87.45%
CMYK 40.36% 43.50% 0.00%
12.55%

Color #857EDF in popluar number systems.

HEX 85 7E DF
Decimal 133 126 223
Binary 10000101 1111110 11011111
Octal 205 176 337

Shades and tints

Shades of #857EDF

#857EDF
(133,126,223)
#7973CB
(121,115,203)
#6D68B7
(109,104,183)
#615DA3
(97,93,163)
#55528F
(85,82,143)
#49477B
(73,71,123)
#3D3C67
(61,60,103)
#313153
(49,49,83)
#25263F
(37,38,63)
#191B2B
(25,27,43)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #857EDF

#857EDF
(133,126,223)
#9089E1
(144,137,225)
#9B94E3
(155,148,227)
#A69FE5
(166,159,229)
#B1AAE7
(177,170,231)
#BCB5E9
(188,181,233)
#C7C0EB
(199,192,235)
#D2CBED
(210,203,237)
#DDD6EF
(221,214,239)
#E8E1F1
(232,225,241)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857EDF color. Also use rgb(133,126,223) instead hex code.

Text Font Color

.myTextColor { color: #857EDF; }

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

This text font color is #857EDF.

Background Color

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

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

This div background color is #857EDF.

Border color

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

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

This div border color is #857EDF.

Opacity

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

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

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

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

This text has shadow with #857EDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857EDF.

Preview

Color preview on black background

This text has color #857EDF on black background.


Color preview on white background

This text has color #857EDF on white background.


Black color preview on #857EDF background

This text has black color on #857EDF background.


White color preview on #857EDF background

This text has white color on #857EDF background.


Related colors

Complementary color

Complementary color for #857EDF is #7A8120.


I love getcolorcode.com

Triadic colors

1 #DF857E and #7EDF85 with #857EDF are triadic colors.

2 #DF7E85 and #7E85DF with #857EDF are triadic colors.