COLOR #857FDF

HEX: #857FDF RGB: (133,127,223)

Color info

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

RGB color model

#857FDF color RGB value is (133,127,223).

RGB: (133,127,223) (52%, 50%, 87%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 223 of 255 = 87%

133
127
223

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

Portions of RGB colors in percentages

R + G + B = 133 + 127 + 223 = 483 (100%)
R 133 of 483 ~ 27.54%
G 127 of 483 ~ 26.29%
B 223 of 483 ~ 46.17'%

%27.54
%26.29
%46.17

CMYK color model

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

  • cyan value is 40.36%
  • magenta value is 43.05%
  • 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.05
%0
%12.55

Codes

Color #857FDF in popluar color models

85 7F DF
RGB 133 127 223
HSL 244° 60.00% 68.63%
HSB/HSV 244° 43.05% 87.45%
CMYK 40.36% 43.05% 0.00%
12.55%

Color #857FDF in popluar number systems.

HEX 85 7F DF
Decimal 133 127 223
Binary 10000101 1111111 11011111
Octal 205 177 337

Shades and tints

Shades of #857FDF

#857FDF
(133,127,223)
#7974CB
(121,116,203)
#6D69B7
(109,105,183)
#615EA3
(97,94,163)
#55538F
(85,83,143)
#49487B
(73,72,123)
#3D3D67
(61,61,103)
#313253
(49,50,83)
#25273F
(37,39,63)
#191C2B
(25,28,43)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #857FDF

#857FDF
(133,127,223)
#908AE1
(144,138,225)
#9B95E3
(155,149,227)
#A6A0E5
(166,160,229)
#B1ABE7
(177,171,231)
#BCB6E9
(188,182,233)
#C7C1EB
(199,193,235)
#D2CCED
(210,204,237)
#DDD7EF
(221,215,239)
#E8E2F1
(232,226,241)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857FDF; }

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

This text font color is #857FDF.

Background Color

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

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

This div background color is #857FDF.

Border color

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

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

This div border color is #857FDF.

Opacity

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

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

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

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

This text has shadow with #857FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857FDF.

Preview

Color preview on black background

This text has color #857FDF on black background.


Color preview on white background

This text has color #857FDF on white background.


Black color preview on #857FDF background

This text has black color on #857FDF background.


White color preview on #857FDF background

This text has white color on #857FDF background.


Related colors

Complementary color

Complementary color for #hex is #7A8020.


I love getcolorcode.com

Triadic colors

1 #DF857F and #7FDF85 with #857FDF are triadic colors.

2 #DF7F85 and #7F85DF with #857FDF are triadic colors.