#8E59F0

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

Shades of Medium Slate Blue #8E59F0

Tints of Medium Slate Blue #8E59F0

Color information

#8E59F0 (or 0x8E59F0) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 59 and F0. RGB value is (142,89,240). Sum of RGB (Red+Green+Blue) = 142+89+240=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E59F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E59F0 is #71A60F. Grayscale: #797979. Windows color (decimal): -7448080 or 15751566. OLE color: 15751566.

HSL color Cylindrical-coordinate representation of color #8E59F0: hue angle of 261.06º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E59F0 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14289240-
CMYK0.410.6300.06
HSL261.06º83.43%64.51%-
HSV(B)261.06º62.92%94.12%-
XYZ30.4619.1984.54-
YUV122.06194.56142.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 89 (35.16% from 255) = 18.90%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=30.15%
G=18.90%
B=50.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142892400.410.6300.06261.0683.4364.51
Hex8E59F0293F061055341
Octal216131360517706405123101
Binary10001110101100111110000101001111111011010000010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,240); }

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

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

 a { background-color: rgb(142,89,240); }

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

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

 span { border-color: rgb(142,89,240); }

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