Html Css Color HEX #8D5AF2 Medium Slate Blue

📋 copy color: '#8D5AF2'

red 141 ◦ green 90 ◦ blue 242

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

Shades of Medium Slate Blue #8D5AF2

Tints of Medium Slate Blue #8D5AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 29.81%
G = 19.03%
B = 51.16%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D5AF2 (or 0x8D5AF2) is known color: Medium Slate Blue. HEX triplet: 8D, 5A and F2. RGB value is (141,90,242). Sum of RGB (Red+Green+Blue) = 141+90+242=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D5AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AF2 is #72A50D. Grayscale: #7A7A7A. Windows color (decimal): -7513358 or 15882893. OLE color: 15882893.

HSL color Cylindrical-coordinate representation of color #8D5AF2: hue angle of 260.13º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D5AF2 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 90 242 -
CMYK 0.42 0.63 0 0.05
HSL 260.13º 0.85% 0.65% -
HSV(B) 260.13º 0.63% 0.95% -
XYZ 30.67 19.39 86.13 -
YUV 122.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 141 90 242 0.42 0.63 0 0.05 260.13 0.85 0.65
Hex 8D 5A F2 2A 3F 0 5 104 55 41
Octal 215 132 362 52 77 0 5 404 125 101
Binary 10001101 1011010 11110010 101010 111111 0 101 100000100 1010101 1000001

Color Harmonies of #8D5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5AF2

Black with #8D5AF2

Text Example


Text Example

White with #8D5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,242); }

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

background-color css

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

 a { background-color: rgb(141,90,242); }

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

border-color css

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

 span { border-color: rgb(141,90,242); }

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