#8B57EC

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

Shades of Medium Slate Blue #8B57EC

Tints of Medium Slate Blue #8B57EC

Color information

#8B57EC (or 0x8B57EC) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 57 and EC. RGB value is (139,87,236). Sum of RGB (Red+Green+Blue) = 139+87+236=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B57EC is #74A813. Grayscale: #767676. Windows color (decimal): -7645204 or 15488907. OLE color: 15488907.

HSL color Cylindrical-coordinate representation of color #8B57EC: hue angle of 260.94º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B57EC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13987236-
CMYK0.410.6300.07
HSL260.94º79.68%63.33%-
HSV(B)260.94º63.14%92.55%-
XYZ29.218.3681.36-
YUV119.53193.73141.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=30.09%
G=18.83%
B=51.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139872360.410.6300.07260.9479.6863.33
Hex8B57EC293F07105503f
Octal21312735451770740512077
Binary1000101110101111110110010100111111101111000001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B57EC; }

 p { color: rgb(139,87,236); }

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

<style>
 a { background-color: #8B57EC; }

 a { background-color: rgb(139,87,236); }

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

<style>
 span { border-color: #8B57EC; }

 span { border-color: rgb(139,87,236); }

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