#8E4AFF

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

Shades of Medium Slate Blue #8E4AFF

Tints of Medium Slate Blue #8E4AFF

Color information

#8E4AFF (or 0x8E4AFF) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 4A and FF. RGB value is (142,74,255). Sum of RGB (Red+Green+Blue) = 142+74+255=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AFF is #71B500. Grayscale: #727272. Windows color (decimal): -7451905 or 16730766. OLE color: 16730766.

HSL color Cylindrical-coordinate representation of color #8E4AFF: hue angle of 262.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E4AFF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14274255-
CMYK0.440.7100
HSL262.54º100%64.51%-
HSV(B)262.54º70.98%100%-
XYZ31.6517.8796.39-
YUV114.97207.03147.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 255 (100% from 255) = 54.14%
R=30.15%
G=15.71%
B=54.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142742550.440.7100262.5410064.51
Hex8E4AFF2C47001076441
Octal2161123775410700407144101
Binary1000111010010101111111110110010001110010000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,255); }

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

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

 a { background-color: rgb(142,74,255); }

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

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

 span { border-color: rgb(142,74,255); }

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