Html Css Color HEX #8D4AFE Medium Slate Blue

📋 copy color: '#8D4AFE'

red 141 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #8D4AFE

Tints of Medium Slate Blue #8D4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 30.06%
G = 15.78%
B = 54.16%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D4AFE (or 0x8D4AFE) is known color: Medium Slate Blue. HEX triplet: 8D, 4A and FE. RGB value is (141,74,254). Sum of RGB (Red+Green+Blue) = 141+74+254=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AFE is #72B501. Grayscale: #717171. Windows color (decimal): -7517442 or 16665229. OLE color: 16665229.

HSL color Cylindrical-coordinate representation of color #8D4AFE: hue angle of 262.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D4AFE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 74 254 -
CMYK 0.44 0.71 0 0.00
HSL 262.33º 0.99% 0.64% -
HSV(B) 262.33º 0.71% 1% -
XYZ 31.32 17.72 95.53 -
YUV 114.55 206.7 146.86 -
System Red Green Blue C M Y K H S L
Decimal 141 74 254 0.44 0.71 0 0.00 262.33 0.99 0.64
Hex 8D 4A FE 2C 47 0 0 106 63 40
Octal 215 112 376 54 107 0 0 406 143 100
Binary 10001101 1001010 11111110 101100 1000111 0 0 100000110 1100011 1000000

Color Harmonies of #8D4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AFE

Black with #8D4AFE

Text Example


Text Example

White with #8D4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,74,254); }

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

background-color css

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

 a { background-color: rgb(141,74,254); }

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

border-color css

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

 span { border-color: rgb(141,74,254); }

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