Html Css Color HEX #8D53FA Medium Slate Blue

📋 copy color: '#8D53FA'

red 141 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8D53FA

Tints of Medium Slate Blue #8D53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 29.75%
G = 17.51%
B = 52.74%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D53FA (or 0x8D53FA) is known color: Medium Slate Blue. HEX triplet: 8D, 53 and FA. RGB value is (141,83,250). Sum of RGB (Red+Green+Blue) = 141+83+250=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D53FA is #72AC05. Grayscale: #767676. Windows color (decimal): -7515142 or 16405389. OLE color: 16405389.

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

Color convert

RGB 141 83 250 -
CMYK 0.44 0.67 0 0.02
HSL 260.84º 0.94% 0.65% -
HSV(B) 260.84º 0.67% 0.98% -
XYZ 31.33 18.75 92.41 -
YUV 119.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 141 83 250 0.44 0.67 0 0.02 260.84 0.94 0.65
Hex 8D 53 FA 2C 43 0 2 105 5E 41
Octal 215 123 372 54 103 0 2 405 136 101
Binary 10001101 1010011 11111010 101100 1000011 0 10 100000101 1011110 1000001

Color Harmonies of #8D53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D53FA

Black with #8D53FA

Text Example


Text Example

White with #8D53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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