#8E5BF0

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

Shades of Medium Slate Blue #8E5BF0

Tints of Medium Slate Blue #8E5BF0

Color information

#8E5BF0 (or 0x8E5BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 5B and F0. RGB value is (142,91,240). Sum of RGB (Red+Green+Blue) = 142+91+240=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E5BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5BF0 is #71A40F. Grayscale: #7A7A7A. Windows color (decimal): -7447568 or 15752078. OLE color: 15752078.

HSL color Cylindrical-coordinate representation of color #8E5BF0: hue angle of 260.54º degrees, saturation: 0.83, 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 #8E5BF0 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14291240-
CMYK0.410.6200.06
HSL260.54º83.24%64.9%-
HSV(B)260.54º62.08%94.12%-
XYZ30.6219.5284.59-
YUV123.24193.9141.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=30.02%
G=19.24%
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
Decimal142912400.410.6200.06260.5483.2464.9
Hex8E5BF0293E061055341
Octal216133360517606405123101
Binary10001110101101111110000101001111110011010000010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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