COLOR #857EE6

HEX: #857EE6 RGB: (133,126,230)

Color info

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

RGB color model

#857EE6 color RGB value is (133,126,230).

RGB: (133,126,230) (52%, 49%, 90%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 230 of 255 = 90%

133
126
230

R + G + B ~ 64%. #857EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 230 = 489 (100%)
R 133 of 489 ~ 27.2%
G 126 of 489 ~ 25.77%
B 230 of 489 ~ 47.03'%

%27.2
%25.77
%47.03

CMYK color model

#857EE6 color CMYK value is (42,45,0,10).

  • cyan value is 42.17%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (42,45,0,10) C42M45Y0K10 (42%,45%,0%,10%) (0.42/0.45/0.00/0.10) 

CMYK percentages

%42.17
%45.22
%0
%9.8

Codes

Color #857EE6 in popluar color models

85 7E E6
RGB 133 126 230
HSL 244° 67.53% 69.80%
HSB/HSV 244° 45.22% 90.20%
CMYK 42.17% 45.22% 0.00%
9.80%

Color #857EE6 in popluar number systems.

HEX 85 7E E6
Decimal 133 126 230
Binary 10000101 1111110 11100110
Octal 205 176 346

Shades and tints

Shades of #857EE6

#857EE6
(133,126,230)
#7973D2
(121,115,210)
#6D68BE
(109,104,190)
#615DAA
(97,93,170)
#555296
(85,82,150)
#494782
(73,71,130)
#3D3C6E
(61,60,110)
#31315A
(49,49,90)
#252646
(37,38,70)
#191B32
(25,27,50)
#0D101E
(13,16,30)
#000000
(0,0,0)

Tints of #857EE6

#857EE6
(133,126,230)
#9089E8
(144,137,232)
#9B94EA
(155,148,234)
#A69FEC
(166,159,236)
#B1AAEE
(177,170,238)
#BCB5F0
(188,181,240)
#C7C0F2
(199,192,242)
#D2CBF4
(210,203,244)
#DDD6F6
(221,214,246)
#E8E1F8
(232,225,248)
#F3ECFA
(243,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EE6; }

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

This text font color is #857EE6.

Background Color

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

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

This div background color is #857EE6.

Border color

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

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

This div border color is #857EE6.

Opacity

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

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

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

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

This text has shadow with #857EE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857EE6.

Preview

Color preview on black background

This text has color #857EE6 on black background.


Color preview on white background

This text has color #857EE6 on white background.


Black color preview on #857EE6 background

This text has black color on #857EE6 background.


White color preview on #857EE6 background

This text has white color on #857EE6 background.


Related colors

Complementary color

Complementary color for #hex is #7A8119.


I love getcolorcode.com

Triadic colors

1 #E6857E and #7EE685 with #857EE6 are triadic colors.

2 #E67E85 and #7E85E6 with #857EE6 are triadic colors.