#8E51ED

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

Shades of Medium Slate Blue #8E51ED

Tints of Medium Slate Blue #8E51ED

Color information

#8E51ED (or 0x8E51ED) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 51 and ED. RGB value is (142,81,237). Sum of RGB (Red+Green+Blue) = 142+81+237=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E51ED is #71AE12. Grayscale: #747474. Windows color (decimal): -7450131 or 15552910. OLE color: 15552910.

HSL color Cylindrical-coordinate representation of color #8E51ED: hue angle of 263.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E51ED is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14281237-
CMYK0.400.6600.07
HSL263.46º81.25%62.35%-
HSV(B)263.46º65.82%92.94%-
XYZ29.3817.7582-
YUV117.02195.71145.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.87%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=30.87%
G=17.61%
B=51.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142812370.400.6600.07263.4681.2562.35
Hex8E51ED284207107513e
Octal216121355501020740712176
Binary10001110101000111101101101000100001001111000001111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,237); }

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

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

 a { background-color: rgb(142,81,237); }

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

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

 span { border-color: rgb(142,81,237); }

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