Html Css Color HEX #8D52EF Medium Slate Blue

📋 copy color: '#8D52EF'

red 141 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #8D52EF

Tints of Medium Slate Blue #8D52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.75%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 30.52%
G = 17.75%
B = 51.73%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D52EF (or 0x8D52EF) is known color: Medium Slate Blue. HEX triplet: 8D, 52 and EF. RGB value is (141,82,239). Sum of RGB (Red+Green+Blue) = 141+82+239=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D52EF is #72AD10. Grayscale: #747474. Windows color (decimal): -7515409 or 15684237. OLE color: 15684237.

HSL color Cylindrical-coordinate representation of color #8D52EF: hue angle of 262.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D52EF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 82 239 -
CMYK 0.41 0.66 0 0.06
HSL 262.55º 0.83% 0.63% -
HSV(B) 262.55º 0.66% 0.94% -
XYZ 29.58 17.93 83.56 -
YUV 117.54 196.55 144.73 -
System Red Green Blue C M Y K H S L
Decimal 141 82 239 0.41 0.66 0 0.06 262.55 0.83 0.63
Hex 8D 52 EF 29 42 0 6 107 53 3F
Octal 215 122 357 51 102 0 6 407 123 77
Binary 10001101 1010010 11101111 101001 1000010 0 110 100000111 1010011 111111

Color Harmonies of #8D52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52EF

Black with #8D52EF

Text Example


Text Example

White with #8D52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,239); }

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

background-color css

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

 a { background-color: rgb(141,82,239); }

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

border-color css

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

 span { border-color: rgb(141,82,239); }

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