#8E54F8

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

Shades of Medium Slate Blue #8E54F8

Tints of Medium Slate Blue #8E54F8

Color information

#8E54F8 (or 0x8E54F8) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 54 and F8. RGB value is (142,84,248). Sum of RGB (Red+Green+Blue) = 142+84+248=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E54F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E54F8 is #71AB07. Grayscale: #777777. Windows color (decimal): -7449352 or 16274574. OLE color: 16274574.

HSL color Cylindrical-coordinate representation of color #8E54F8: hue angle of 261.22º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E54F8 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14284248-
CMYK0.430.6600.03
HSL261.22º92.13%65.1%-
HSV(B)261.22º66.13%97.25%-
XYZ31.2718.8790.8-
YUV120.04200.22143.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 248 (97.27% from 255) = 52.32%
R=29.96%
G=17.72%
B=52.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142842480.430.6600.03261.2292.1365.1
Hex8E54F82B42031055c41
Octal2161243705310203405134101
Binary10001110101010011111000101011100001001110000010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,248); }

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

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

 a { background-color: rgb(142,84,248); }

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

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

 span { border-color: rgb(142,84,248); }

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