#8E63F0

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

Shades of Medium Slate Blue #8E63F0

Tints of Medium Slate Blue #8E63F0

Color information

#8E63F0 (or 0x8E63F0) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 63 and F0. RGB value is (142,99,240). Sum of RGB (Red+Green+Blue) = 142+99+240=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E63F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E63F0 is #719C0F. Grayscale: #7F7F7F. Windows color (decimal): -7445520 or 15754126. OLE color: 15754126.

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

Color convert

RGB14299240-
CMYK0.410.5900.06
HSL258.3º82.46%66.47%-
HSV(B)258.3º58.75%94.12%-
XYZ31.3520.9784.83-
YUV127.93191.25138.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=29.52%
G=20.58%
B=49.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142992400.410.5900.06258.382.4666.47
Hex8E63F0293B061025242
Octal216143360517306402122102
Binary10001110110001111110000101001111011011010000001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E63F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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