#8D4EFA

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

Shades of Medium Slate Blue #8D4EFA

Tints of Medium Slate Blue #8D4EFA

Color information

#8D4EFA (or 0x8D4EFA) is unknown color: approx Medium Slate Blue. HEX triplet: 8D, 4E and FA. RGB value is (141,78,250). Sum of RGB (Red+Green+Blue) = 141+78+250=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EFA is #72B105. Grayscale: #737373. Windows color (decimal): -7516422 or 16404109. OLE color: 16404109.

HSL color Cylindrical-coordinate representation of color #8D4EFA: hue angle of 261.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D4EFA is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14178250-
CMYK0.440.6900.02
HSL261.98º94.51%64.31%-
HSV(B)261.98º68.8%98.04%-
XYZ30.9618.0192.29-
YUV116.44203.37145.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=30.06%
G=16.63%
B=53.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141782500.440.6900.02261.9894.5164.31
Hex8D4EFA2C45021065f40
Octal2151163725410502406137100
Binary10001101100111011111010101100100010101010000011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,78,250); }

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

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

 a { background-color: rgb(141,78,250); }

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

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

 span { border-color: rgb(141,78,250); }

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