Html Css Color HEX #8D4EF2 Medium Slate Blue

📋 copy color: '#8D4EF2'

red 141 ◦ green 78 ◦ blue 242

#8D4EF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8D4EF2

Tints of Medium Slate Blue #8D4EF2

RGB

 RED value IS 141 (55.47% from 255) = 30.59%

 GREEN value IS 78 (30.86% from 255) = 16.92%

 BLUE value IS 242 (94.92% from 255) = 52.49%

R = 30.59%
G = 16.92%
B = 52.49%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D4EF2 (or 0x8D4EF2) is known color: Medium Slate Blue. HEX triplet: 8D, 4E and F2. RGB value is (141,78,242). Sum of RGB (Red+Green+Blue) = 141+78+242=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D4EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EF2 is #72B10D. Grayscale: #727272. Windows color (decimal): -7516430 or 15879821. OLE color: 15879821.

HSL color Cylindrical-coordinate representation of color #8D4EF2: hue angle of 263.05º 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 #8D4EF2 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 78 242 -
CMYK 0.42 0.68 0 0.05
HSL 263.05º 0.86% 0.63% -
HSV(B) 263.05º 0.68% 0.95% -
XYZ 29.74 17.52 85.82 -
YUV 115.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 141 78 242 0.42 0.68 0 0.05 263.05 0.86 0.63
Hex 8D 4E F2 2A 44 0 5 107 56 3F
Octal 215 116 362 52 104 0 5 407 126 77
Binary 10001101 1001110 11110010 101010 1000100 0 101 100000111 1010110 111111

Color Harmonies of #8D4EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4EF2

Black with #8D4EF2

Text Example


Text Example

White with #8D4EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D4EF2;
 }
 .AnyTagClassName
 {
   color: #8D4EF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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