#8E5FF0

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

Shades of Medium Slate Blue #8E5FF0

Tints of Medium Slate Blue #8E5FF0

Color information

#8E5FF0 (or 0x8E5FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 5F and F0. RGB value is (142,95,240). Sum of RGB (Red+Green+Blue) = 142+95+240=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E5FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FF0 is #71A00F. Grayscale: #7D7D7D. Windows color (decimal): -7446544 or 15753102. OLE color: 15753102.

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

Color convert

RGB14295240-
CMYK0.410.6000.06
HSL259.45º82.86%65.69%-
HSV(B)259.45º60.42%94.12%-
XYZ30.9820.2384.71-
YUV125.58192.57139.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 240 (94.14% from 255) = 50.31%
R=29.77%
G=19.92%
B=50.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142952400.410.6000.06259.4582.8665.69
Hex8E5FF0293C061035342
Octal216137360517406403123102
Binary10001110101111111110000101001111100011010000001110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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