Html Css Color HEX #8C4FED Medium Slate Blue

📋 copy color: '#8C4FED'

red 140 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #8C4FED

Tints of Medium Slate Blue #8C4FED

RGB

 RED value IS 140 (55.08% from 255) = 30.7%

 GREEN value IS 79 (31.25% from 255) = 17.32%

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

R = 30.7%
G = 17.32%
B = 51.97%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C4FED (or 0x8C4FED) is known color: Medium Slate Blue. HEX triplet: 8C, 4F and ED. RGB value is (140,79,237). Sum of RGB (Red+Green+Blue) = 140+79+237=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FED is #73B012. Grayscale: #727272. Windows color (decimal): -7581715 or 15552396. OLE color: 15552396.

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

Color convert

RGB 140 79 237 -
CMYK 0.41 0.67 0 0.07
HSL 263.16º 0.81% 0.62% -
HSV(B) 263.16º 0.67% 0.93% -
XYZ 28.9 17.28 81.93 -
YUV 115.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 140 79 237 0.41 0.67 0 0.07 263.16 0.81 0.62
Hex 8C 4F ED 29 43 0 7 107 51 3E
Octal 214 117 355 51 103 0 7 407 121 76
Binary 10001100 1001111 11101101 101001 1000011 0 111 100000111 1010001 111110

Color Harmonies of #8C4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FED

Black with #8C4FED

Text Example


Text Example

White with #8C4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,79,237); }

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

background-color css

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

 a { background-color: rgb(140,79,237); }

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

border-color css

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

 span { border-color: rgb(140,79,237); }

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