#8A57E9

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

Shades of Medium Slate Blue #8A57E9

Tints of Medium Slate Blue #8A57E9

Color information

#8A57E9 (or 0x8A57E9) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 57 and E9. RGB value is (138,87,233). Sum of RGB (Red+Green+Blue) = 138+87+233=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A57E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A57E9 is #75A816. Grayscale: #767676. Windows color (decimal): -7710743 or 15292298. OLE color: 15292298.

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

Color convert

RGB13887233-
CMYK0.410.6300.09
HSL260.96º76.84%62.75%-
HSV(B)260.96º62.66%91.37%-
XYZ28.618.179.08-
YUV118.89192.4141.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 233 (91.41% from 255) = 50.87%
R=30.13%
G=19.00%
B=50.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138872330.410.6300.09260.9676.8462.75
Hex8A57E9293F091054d3f
Octal212127351517701140511577
Binary10001010101011111101001101001111111010011000001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A57E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,233); }

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

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

 a { background-color: rgb(138,87,233); }

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

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

 span { border-color: rgb(138,87,233); }

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