#8E52F3

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

Shades of Medium Slate Blue #8E52F3

Tints of Medium Slate Blue #8E52F3

Color information

#8E52F3 (or 0x8E52F3) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 52 and F3. RGB value is (142,82,243). Sum of RGB (Red+Green+Blue) = 142+82+243=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E52F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E52F3 is #71AD0C. Grayscale: #757575. Windows color (decimal): -7449869 or 15946382. OLE color: 15946382.

HSL color Cylindrical-coordinate representation of color #8E52F3: hue angle of 262.36º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E52F3 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14282243-
CMYK0.420.6600.05
HSL262.36º87.03%63.73%-
HSV(B)262.36º66.26%95.29%-
XYZ30.3518.2686.72-
YUV118.29198.38144.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=30.41%
G=17.56%
B=52.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142822430.420.6600.05262.3687.0363.73
Hex8E52F32A42051065740
Octal2161223635210205406127100
Binary100011101010010111100111010101000010010110000011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E52F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,243); }

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

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

 a { background-color: rgb(142,82,243); }

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

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

 span { border-color: rgb(142,82,243); }

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