Html Css Color HEX #8C5FEF Medium Slate Blue

📋 copy color: '#8C5FEF'

red 140 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #8C5FEF

Tints of Medium Slate Blue #8C5FEF

RGB

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

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

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

R = 29.54%
G = 20.04%
B = 50.42%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C5FEF (or 0x8C5FEF) is known color: Medium Slate Blue. HEX triplet: 8C, 5F and EF. RGB value is (140,95,239). Sum of RGB (Red+Green+Blue) = 140+95+239=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEF is #73A010. Grayscale: #7C7C7C. Windows color (decimal): -7577617 or 15687564. OLE color: 15687564.

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

Color convert

RGB 140 95 239 -
CMYK 0.41 0.60 0 0.06
HSL 258.75º 0.82% 0.65% -
HSV(B) 258.75º 0.6% 0.94% -
XYZ 30.49 19.99 83.91 -
YUV 124.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 140 95 239 0.41 0.60 0 0.06 258.75 0.82 0.65
Hex 8C 5F EF 29 3C 0 6 103 52 41
Octal 214 137 357 51 74 0 6 403 122 101
Binary 10001100 1011111 11101111 101001 111100 0 110 100000011 1010010 1000001

Color Harmonies of #8C5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FEF

Black with #8C5FEF

Text Example


Text Example

White with #8C5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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