Html Css Color HEX #8D4CFA Medium Slate Blue

📋 copy color: '#8D4CFA'

red 141 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #8D4CFA

Tints of Medium Slate Blue #8D4CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 30.19%
G = 16.27%
B = 53.53%

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

#8D4CFA (or 0x8D4CFA) is known color: Medium Slate Blue. HEX triplet: 8D, 4C and FA. RGB value is (141,76,250). Sum of RGB (Red+Green+Blue) = 141+76+250=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CFA is #72B305. Grayscale: #727272. Windows color (decimal): -7516934 or 16403597. OLE color: 16403597.

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

Color convert

RGB 141 76 250 -
CMYK 0.44 0.70 0 0.02
HSL 262.41º 0.95% 0.64% -
HSV(B) 262.41º 0.7% 0.98% -
XYZ 30.82 17.73 92.24 -
YUV 115.27 204.03 146.35 -
System Red Green Blue C M Y K H S L
Decimal 141 76 250 0.44 0.70 0 0.02 262.41 0.95 0.64
Hex 8D 4C FA 2C 46 0 2 106 5F 40
Octal 215 114 372 54 106 0 2 406 137 100
Binary 10001101 1001100 11111010 101100 1000110 0 10 100000110 1011111 1000000

Color Harmonies of #8D4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CFA

Black with #8D4CFA

Text Example


Text Example

White with #8D4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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