#8E5AEF

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

Shades of Medium Slate Blue #8E5AEF

Tints of Medium Slate Blue #8E5AEF

Color information

#8E5AEF (or 0x8E5AEF) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 5A and EF. RGB value is (142,90,239). Sum of RGB (Red+Green+Blue) = 142+90+239=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E5AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5AEF is #71A510. Grayscale: #797979. Windows color (decimal): -7447825 or 15686286. OLE color: 15686286.

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

Color convert

RGB14290239-
CMYK0.410.6200.06
HSL260.94º82.32%64.51%-
HSV(B)260.94º62.34%93.73%-
XYZ30.3919.383.78-
YUV122.53193.73141.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 239 (93.75% from 255) = 50.74%
R=30.15%
G=19.11%
B=50.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142902390.410.6200.06260.9482.3264.51
Hex8E5AEF293E061055241
Octal216132357517606405122101
Binary10001110101101011101111101001111110011010000010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,239); }

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

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

 a { background-color: rgb(142,90,239); }

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

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

 span { border-color: rgb(142,90,239); }

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