Html Css Color HEX #8C4DFE Medium Slate Blue

📋 copy color: '#8C4DFE'

red 140 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #8C4DFE

Tints of Medium Slate Blue #8C4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 29.72%
G = 16.35%
B = 53.93%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C4DFE (or 0x8C4DFE) is known color: Medium Slate Blue. HEX triplet: 8C, 4D and FE. RGB value is (140,77,254). Sum of RGB (Red+Green+Blue) = 140+77+254=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4DFE is #73B201. Grayscale: #737373. Windows color (decimal): -7582210 or 16665996. OLE color: 16665996.

HSL color Cylindrical-coordinate representation of color #8C4DFE: hue angle of 261.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C4DFE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 77 254 -
CMYK 0.45 0.70 0 0.00
HSL 261.36º 0.99% 0.65% -
HSV(B) 261.36º 0.7% 1% -
XYZ 31.36 18.04 95.6 -
YUV 116.02 205.87 145.11 -
System Red Green Blue C M Y K H S L
Decimal 140 77 254 0.45 0.70 0 0.00 261.36 0.99 0.65
Hex 8C 4D FE 2D 46 0 0 105 63 41
Octal 214 115 376 55 106 0 0 405 143 101
Binary 10001100 1001101 11111110 101101 1000110 0 0 100000101 1100011 1000001

Color Harmonies of #8C4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DFE

Black with #8C4DFE

Text Example


Text Example

White with #8C4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,77,254); }

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

background-color css

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

 a { background-color: rgb(140,77,254); }

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

border-color css

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

 span { border-color: rgb(140,77,254); }

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