Html Css Color HEX #8D4EFD Medium Slate Blue

📋 copy color: '#8D4EFD'

red 141 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #8D4EFD

Tints of Medium Slate Blue #8D4EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 29.87%
G = 16.53%
B = 53.6%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D4EFD (or 0x8D4EFD) is known color: Medium Slate Blue. HEX triplet: 8D, 4E and FD. RGB value is (141,78,253). Sum of RGB (Red+Green+Blue) = 141+78+253=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EFD is #72B102. Grayscale: #747474. Windows color (decimal): -7516419 or 16600717. OLE color: 16600717.

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

Color convert

RGB 141 78 253 -
CMYK 0.44 0.69 0 0.01
HSL 261.6º 0.98% 0.65% -
HSV(B) 261.6º 0.69% 0.99% -
XYZ 31.44 18.2 94.79 -
YUV 116.79 204.87 145.27 -
System Red Green Blue C M Y K H S L
Decimal 141 78 253 0.44 0.69 0 0.01 261.6 0.98 0.65
Hex 8D 4E FD 2C 45 0 1 106 62 41
Octal 215 116 375 54 105 0 1 406 142 101
Binary 10001101 1001110 11111101 101100 1000101 0 1 100000110 1100010 1000001

Color Harmonies of #8D4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4EFD

Black with #8D4EFD

Text Example


Text Example

White with #8D4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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