#857FE5

Color #857FE5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #857FE5

Tints of Medium Slate Blue #857FE5

Color information

#857FE5 (or 0x857FE5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7F and E5. RGB value is (133,127,229). Sum of RGB (Red+Green+Blue) = 133+127+229=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #857FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FE5 is #7A801A. Grayscale: #8C8C8C. Windows color (decimal): -8028187 or 15040389. OLE color: 15040389.

HSL color Cylindrical-coordinate representation of color #857FE5: hue angle of 243.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857FE5 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB133127229-
CMYK0.420.4500.10
HSL243.53º66.23%69.8%-
HSV(B)243.53º44.54%89.8%-
XYZ31.4125.8277.46-
YUV140.42177.99122.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=27.20%
G=25.97%
B=46.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1331272290.420.4500.10243.5366.2369.8
Hex857FE52A2D0Af44246
Octal2051773455255012364102106
Binary10000101111111111100101101010101101010101111010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857FE5; }

 p { color: rgb(133,127,229); }

 H1.HeaderClassName
 {
   color: #857FE5;
 }
 .AnyTagClassName
 {
   color: #857FE5;
 }
</style>
background-color css

<style>
 a { background-color: #857FE5; }

 a { background-color: rgb(133,127,229); }

 div.DivClassName
 {
   background-color: #857FE5;
 }
 .BgClassName
 {
   background-color: #857FE5;
 }
</style>
border-color css

<style>
 span { border-color: #857FE5; }

 span { border-color: rgb(133,127,229); }

 td.TdClassName
 {
   border-color: #857FE5;
 }
 .TagClassName
 {
   border-color: #857FE5;
 }
</style>