Html Css Color HEX #8D4DFD Medium Slate Blue

📋 copy color: '#8D4DFD'

red 141 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #8D4DFD

Tints of Medium Slate Blue #8D4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 29.94%
G = 16.35%
B = 53.72%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D4DFD (or 0x8D4DFD) is known color: Medium Slate Blue. HEX triplet: 8D, 4D and FD. RGB value is (141,77,253). Sum of RGB (Red+Green+Blue) = 141+77+253=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4DFD is #72B202. Grayscale: #737373. Windows color (decimal): -7516675 or 16600461. OLE color: 16600461.

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

Color convert

RGB 141 77 253 -
CMYK 0.44 0.70 0 0.01
HSL 261.82º 0.98% 0.65% -
HSV(B) 261.82º 0.7% 0.99% -
XYZ 31.37 18.06 94.76 -
YUV 116.2 205.2 145.69 -
System Red Green Blue C M Y K H S L
Decimal 141 77 253 0.44 0.70 0 0.01 261.82 0.98 0.65
Hex 8D 4D FD 2C 46 0 1 106 62 41
Octal 215 115 375 54 106 0 1 406 142 101
Binary 10001101 1001101 11111101 101100 1000110 0 1 100000110 1100010 1000001

Color Harmonies of #8D4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DFD

Black with #8D4DFD

Text Example


Text Example

White with #8D4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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