#857CE5

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

Shades of Medium Slate Blue #857CE5

Tints of Medium Slate Blue #857CE5

Color information

#857CE5 (or 0x857CE5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7C and E5. RGB value is (133,124,229). Sum of RGB (Red+Green+Blue) = 133+124+229=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #857CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CE5 is #7A831A. Grayscale: #8A8A8A. Windows color (decimal): -8028955 or 15039621. OLE color: 15039621.

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

Color convert

RGB133124229-
CMYK0.420.4600.10
HSL245.14º66.88%69.22%-
HSV(B)245.14º45.85%89.8%-
XYZ31.0225.0677.33-
YUV138.66178.98123.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=27.37%
G=25.51%
B=47.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1331242290.420.4600.10245.1466.8869.22
Hex857CE52A2E0Af54345
Octal2051743455256012365103105
Binary10000101111110011100101101010101110010101111010110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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