#857DE9

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

Shades of Medium Slate Blue #857DE9

Tints of Medium Slate Blue #857DE9

Color information

#857DE9 (or 0x857DE9) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7D and E9. RGB value is (133,125,233). Sum of RGB (Red+Green+Blue) = 133+125+233=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #857DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DE9 is #7A8216. Grayscale: #8B8B8B. Windows color (decimal): -8028695 or 15302021. OLE color: 15302021.

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

Color convert

RGB133125233-
CMYK0.430.4600.09
HSL244.44º71.05%70.2%-
HSV(B)244.44º46.35%91.37%-
XYZ31.7125.5480.35-
YUV139.7180.65123.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=27.09%
G=25.46%
B=47.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331252330.430.4600.09244.4471.0570.2
Hex857DE92B2E09f44746
Octal2051753515356011364107106
Binary10000101111110111101001101011101110010011111010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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