#8D4DF2

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

Shades of Medium Slate Blue #8D4DF2

Tints of Medium Slate Blue #8D4DF2

Color information

#8D4DF2 (or 0x8D4DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 8D, 4D and F2. RGB value is (141,77,242). Sum of RGB (Red+Green+Blue) = 141+77+242=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4DF2 is #72B20D. Grayscale: #727272. Windows color (decimal): -7516686 or 15879565. OLE color: 15879565.

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

Color convert

RGB14177242-
CMYK0.420.6800.05
HSL263.27º86.39%62.55%-
HSV(B)263.27º68.18%94.9%-
XYZ29.6717.3885.8-
YUV114.95199.7146.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=30.65%
G=16.74%
B=52.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141772420.420.6800.05263.2786.3962.55
Hex8D4DF22A4405107563f
Octal215115362521040540712677
Binary10001101100110111110010101010100010001011000001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,242); }

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

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

 a { background-color: rgb(141,77,242); }

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

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

 span { border-color: rgb(141,77,242); }

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