Html Css Color HEX #8D4CFD Medium Slate Blue

📋 copy color: '#8D4CFD'

red 141 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #8D4CFD

Tints of Medium Slate Blue #8D4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

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

R = 30%
G = 16.17%
B = 53.83%

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

#8D4CFD (or 0x8D4CFD) is known color: Medium Slate Blue. HEX triplet: 8D, 4C and FD. RGB value is (141,76,253). Sum of RGB (Red+Green+Blue) = 141+76+253=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CFD is #72B302. Grayscale: #727272. Windows color (decimal): -7516931 or 16600205. OLE color: 16600205.

HSL color Cylindrical-coordinate representation of color #8D4CFD: hue angle of 262.03º 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 #8D4CFD is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 76 253 -
CMYK 0.44 0.70 0 0.01
HSL 262.03º 0.98% 0.65% -
HSV(B) 262.03º 0.7% 0.99% -
XYZ 31.3 17.92 94.74 -
YUV 115.61 205.53 146.11 -
System Red Green Blue C M Y K H S L
Decimal 141 76 253 0.44 0.70 0 0.01 262.03 0.98 0.65
Hex 8D 4C FD 2C 46 0 1 106 62 41
Octal 215 114 375 54 106 0 1 406 142 101
Binary 10001101 1001100 11111101 101100 1000110 0 1 100000110 1100010 1000001

Color Harmonies of #8D4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CFD

Black with #8D4CFD

Text Example


Text Example

White with #8D4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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