COLOR #857AAF

HEX: #857AAF
RGB: (133,122,175)

Color info

#857AAF contains red, green and blue colors in about the same proportion. Web safe color of #857AAF is #996699 (or #969).

RGB color model

#857AAF color RGB value is (133,122,175).

  • red value is 133;
  • green value is 122;
  • blue value is 175.
RGB:
(133,122,175)
(52%,48%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 175 of 255 = 69%

133
122
175

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 175 = 430 (100%)
R 133 of 430 ~ 30.93%
G 122 of 430 ~ 28.37%
B 175 of 430 ~ 40.7%

%30.93
%28.37
%40.7

CMYK color model

#857AAF color CMYK value is (24,30,0,31).

  • cyan value is 24.00%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(24,30,0,31)
C24M30Y0K31 
(24%,30%,0%,31%)
(0.24/0.30/0.00/0.31)	

CMYK percentages

%24
%30.29
%0
%31.37

Codes

Color #857AAF in popluar color models

857AAF
RGB133122175
HSL252°24.88%58.24%
HSB/HSV252°30.29%68.63%
CMYK24.00%30.29%0.00%
31.37%

Color #857AAF in popluar number systems.

HEX857AAF
Decimal133122175
Binary10000101111101010101111
Octal205172257

Shades and tints

Shades of #857AAF

#857AAF
(133,122,175)
#796FA0
(121,111,160)
#6D6491
(109,100,145)
#615982
(97,89,130)
#554E73
(85,78,115)
#494364
(73,67,100)
#3D3855
(61,56,85)
#312D46
(49,45,70)
#252237
(37,34,55)
#191728
(25,23,40)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #857AAF

#857AAF
(133,122,175)
#9086B6
(144,134,182)
#9B92BD
(155,146,189)
#A69EC4
(166,158,196)
#B1AACB
(177,170,203)
#BCB6D2
(188,182,210)
#C7C2D9
(199,194,217)
#D2CEE0
(210,206,224)
#DDDAE7
(221,218,231)
#E8E6EE
(232,230,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857AAF color. Also use rgb(133,122,175) instead hex code.

Text Font Color

.myTextColor { color: #857AAF; }

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

This text font color is #857AAF.


Background Color

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

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

This div background color is #857AAF.


Border color

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

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

This div border color is #857AAF.


Opacity

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

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

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

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

This text has shadow with #857AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857AAF on black background.


Color preview on white background

This text has color #857AAF on white background.



Black color preview on #857AAF background

This text has black color on #857AAF background.


White color preview on #857AAF background

This text has white color on #857AAF background.