#857AE9

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

Shades of Medium Slate Blue #857AE9

Tints of Medium Slate Blue #857AE9

Color information

#857AE9 (or 0x857AE9) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7A and E9. RGB value is (133,122,233). Sum of RGB (Red+Green+Blue) = 133+122+233=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #857AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AE9 is #7A8516. Grayscale: #898989. Windows color (decimal): -8029463 or 15301253. OLE color: 15301253.

HSL color Cylindrical-coordinate representation of color #857AE9: hue angle of 245.95º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857AE9 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133122233-
CMYK0.430.4800.09
HSL245.95º71.61%69.61%-
HSV(B)245.95º47.64%91.37%-
XYZ31.3424.7980.22-
YUV137.94181.64124.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=27.25%
G=25%
B=47.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331222330.430.4800.09245.9571.6169.61
Hex857AE92B3009f64846
Octal2051723515360011366110106
Binary10000101111101011101001101011110000010011111011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,233); }

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

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

 a { background-color: rgb(133,122,233); }

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

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

 span { border-color: rgb(133,122,233); }

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