Html Css Color HEX #8D50FA Medium Slate Blue

📋 copy color: '#8D50FA'

red 141 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #8D50FA

Tints of Medium Slate Blue #8D50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

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

R = 29.94%
G = 16.99%
B = 53.08%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D50FA (or 0x8D50FA) is known color: Medium Slate Blue. HEX triplet: 8D, 50 and FA. RGB value is (141,80,250). Sum of RGB (Red+Green+Blue) = 141+80+250=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D50FA is #72AF05. Grayscale: #757575. Windows color (decimal): -7515910 or 16404621. OLE color: 16404621.

HSL color Cylindrical-coordinate representation of color #8D50FA: hue angle of 261.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D50FA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 80 250 -
CMYK 0.44 0.68 0 0.02
HSL 261.53º 0.94% 0.65% -
HSV(B) 261.53º 0.68% 0.98% -
XYZ 31.11 18.3 92.34 -
YUV 117.62 202.71 144.68 -
System Red Green Blue C M Y K H S L
Decimal 141 80 250 0.44 0.68 0 0.02 261.53 0.94 0.65
Hex 8D 50 FA 2C 44 0 2 106 5E 41
Octal 215 120 372 54 104 0 2 406 136 101
Binary 10001101 1010000 11111010 101100 1000100 0 10 100000110 1011110 1000001

Color Harmonies of #8D50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D50FA

Black with #8D50FA

Text Example


Text Example

White with #8D50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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