Html Css Color HEX #8D4CFB Medium Slate Blue

📋 copy color: '#8D4CFB'

red 141 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #8D4CFB

Tints of Medium Slate Blue #8D4CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 30.13%
G = 16.24%
B = 53.63%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D4CFB (or 0x8D4CFB) is known color: Medium Slate Blue. HEX triplet: 8D, 4C and FB. RGB value is (141,76,251). Sum of RGB (Red+Green+Blue) = 141+76+251=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CFB is #72B304. Grayscale: #727272. Windows color (decimal): -7516933 or 16469133. OLE color: 16469133.

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

Color convert

RGB 141 76 251 -
CMYK 0.44 0.70 0 0.02
HSL 262.29º 0.96% 0.64% -
HSV(B) 262.29º 0.7% 0.98% -
XYZ 30.98 17.8 93.07 -
YUV 115.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 141 76 251 0.44 0.70 0 0.02 262.29 0.96 0.64
Hex 8D 4C FB 2C 46 0 2 106 60 40
Octal 215 114 373 54 106 0 2 406 140 100
Binary 10001101 1001100 11111011 101100 1000110 0 10 100000110 1100000 1000000

Color Harmonies of #8D4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CFB

Black with #8D4CFB

Text Example


Text Example

White with #8D4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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