Html Css Color HEX #8C5FEC Medium Slate Blue

📋 copy color: '#8C5FEC'

red 140 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #8C5FEC

Tints of Medium Slate Blue #8C5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 29.72%
G = 20.17%
B = 50.11%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C5FEC (or 0x8C5FEC) is known color: Medium Slate Blue. HEX triplet: 8C, 5F and EC. RGB value is (140,95,236). Sum of RGB (Red+Green+Blue) = 140+95+236=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEC is #73A013. Grayscale: #7C7C7C. Windows color (decimal): -7577620 or 15490956. OLE color: 15490956.

HSL color Cylindrical-coordinate representation of color #8C5FEC: hue angle of 259.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5FEC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 95 236 -
CMYK 0.41 0.60 0 0.07
HSL 259.15º 0.79% 0.65% -
HSV(B) 259.15º 0.6% 0.93% -
XYZ 30.05 19.82 81.6 -
YUV 124.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 140 95 236 0.41 0.60 0 0.07 259.15 0.79 0.65
Hex 8C 5F EC 29 3C 0 7 103 4F 41
Octal 214 137 354 51 74 0 7 403 117 101
Binary 10001100 1011111 11101100 101001 111100 0 111 100000011 1001111 1000001

Color Harmonies of #8C5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FEC

Black with #8C5FEC

Text Example


Text Example

White with #8C5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,236); }

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

background-color css

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

 a { background-color: rgb(140,95,236); }

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

border-color css

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

 span { border-color: rgb(140,95,236); }

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