Html Css Color HEX #8D5BED Medium Slate Blue

📋 copy color: '#8D5BED'

red 141 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #8D5BED

Tints of Medium Slate Blue #8D5BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.4%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 30.06%
G = 19.4%
B = 50.53%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D5BED (or 0x8D5BED) is known color: Medium Slate Blue. HEX triplet: 8D, 5B and ED. RGB value is (141,91,237). Sum of RGB (Red+Green+Blue) = 141+91+237=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5BED is #72A412. Grayscale: #7A7A7A. Windows color (decimal): -7513107 or 15555469. OLE color: 15555469.

HSL color Cylindrical-coordinate representation of color #8D5BED: hue angle of 260.55º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5BED is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 91 237 -
CMYK 0.41 0.62 0 0.07
HSL 260.55º 0.8% 0.64% -
HSV(B) 260.55º 0.62% 0.93% -
XYZ 30.01 19.26 82.26 -
YUV 122.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 141 91 237 0.41 0.62 0 0.07 260.55 0.8 0.64
Hex 8D 5B ED 29 3E 0 7 105 50 40
Octal 215 133 355 51 76 0 7 405 120 100
Binary 10001101 1011011 11101101 101001 111110 0 111 100000101 1010000 1000000

Color Harmonies of #8D5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5BED

Black with #8D5BED

Text Example


Text Example

White with #8D5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,237); }

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

background-color css

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

 a { background-color: rgb(141,91,237); }

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

border-color css

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

 span { border-color: rgb(141,91,237); }

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