COLOR #857FF5

HEX: #857FF5
RGB: (133,127,245)

Color info

#857FF5 contains mainly blue color. Web safe color of #857FF5 is #9966FF (or #96F).

RGB color model

#857FF5 color RGB value is (133,127,245).

  • red value is 133;
  • green value is 127;
  • blue value is 245.
RGB:
(133,127,245)
(52%,50%,96%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 245 of 255 = 96%

133
127
245

R + G + B ~ 66%. #857FF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 245 = 505 (100%)
R 133 of 505 ~ 26.34%
G 127 of 505 ~ 25.15%
B 245 of 505 ~ 48.51%

%26.34
%25.15
%48.51

CMYK color model

#857FF5 color CMYK value is (46,48,0,4).

  • cyan value is 45.71%
  • magenta value is 48.16%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(46,48,0,4)
C46M48Y0K4 
(46%,48%,0%,4%)
(0.46/0.48/0.00/0.04)	

CMYK percentages

%45.71
%48.16
%0
%3.92

Codes

Color #857FF5 in popluar color models

857FF5
RGB133127245
HSL243°85.51%72.94%
HSB/HSV243°48.16%96.08%
CMYK45.71%48.16%0.00%
3.92%

Color #857FF5 in popluar number systems.

HEX857FF5
Decimal133127245
Binary10000101111111111110101
Octal205177365

Shades and tints

Shades of #857FF5

#857FF5
(133,127,245)
#7974DF
(121,116,223)
#6D69C9
(109,105,201)
#615EB3
(97,94,179)
#55539D
(85,83,157)
#494887
(73,72,135)
#3D3D71
(61,61,113)
#31325B
(49,50,91)
#252745
(37,39,69)
#191C2F
(25,28,47)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #857FF5

#857FF5
(133,127,245)
#908AF5
(144,138,245)
#9B95F5
(155,149,245)
#A6A0F5
(166,160,245)
#B1ABF5
(177,171,245)
#BCB6F5
(188,182,245)
#C7C1F5
(199,193,245)
#D2CCF5
(210,204,245)
#DDD7F5
(221,215,245)
#E8E2F5
(232,226,245)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857FF5; }

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

This text font color is #857FF5.


Background Color

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

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

This div background color is #857FF5.


Border color

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

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

This div border color is #857FF5.


Opacity

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

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

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

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

This text has shadow with #857FF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857FF5 on black background.


Color preview on white background

This text has color #857FF5 on white background.



Black color preview on #857FF5 background

This text has black color on #857FF5 background.


White color preview on #857FF5 background

This text has white color on #857FF5 background.