#8E4DF9

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

Shades of Medium Slate Blue #8E4DF9

Tints of Medium Slate Blue #8E4DF9

Color information

#8E4DF9 (or 0x8E4DF9) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 4D and F9. RGB value is (142,77,249). Sum of RGB (Red+Green+Blue) = 142+77+249=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E4DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E4DF9 is #71B206. Grayscale: #737373. Windows color (decimal): -7451143 or 16338318. OLE color: 16338318.

HSL color Cylindrical-coordinate representation of color #8E4DF9: hue angle of 262.67º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E4DF9 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14277249-
CMYK0.430.6900.02
HSL262.67º93.48%63.92%-
HSV(B)262.67º69.08%97.65%-
XYZ30.9117.991.45-
YUV116.04203.03146.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.34%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=30.34%
G=16.45%
B=53.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142772490.430.6900.02262.6793.4863.92
Hex8E4DF92B45021075d40
Octal2161153715310502407135100
Binary10001110100110111111001101011100010101010000011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,249); }

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

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

 a { background-color: rgb(142,77,249); }

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

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

 span { border-color: rgb(142,77,249); }

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