Html Css Color HEX #8D4AFD Medium Slate Blue

📋 copy color: '#8D4AFD'

red 141 ◦ green 74 ◦ blue 253

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

Shades of Medium Slate Blue #8D4AFD

Tints of Medium Slate Blue #8D4AFD

RGB

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

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

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

R = 30.13%
G = 15.81%
B = 54.06%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D4AFD (or 0x8D4AFD) is known color: Medium Slate Blue. HEX triplet: 8D, 4A and FD. RGB value is (141,74,253). Sum of RGB (Red+Green+Blue) = 141+74+253=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AFD is #72B502. Grayscale: #717171. Windows color (decimal): -7517443 or 16599693. OLE color: 16599693.

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

Color convert

RGB 141 74 253 -
CMYK 0.44 0.71 0 0.01
HSL 262.46º 0.98% 0.64% -
HSV(B) 262.46º 0.71% 0.99% -
XYZ 31.16 17.65 94.69 -
YUV 114.44 206.2 146.95 -
System Red Green Blue C M Y K H S L
Decimal 141 74 253 0.44 0.71 0 0.01 262.46 0.98 0.64
Hex 8D 4A FD 2C 47 0 1 106 62 40
Octal 215 112 375 54 107 0 1 406 142 100
Binary 10001101 1001010 11111101 101100 1000111 0 1 100000110 1100010 1000000

Color Harmonies of #8D4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AFD

Black with #8D4AFD

Text Example


Text Example

White with #8D4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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