Html Css Color HEX #8C5CEF Medium Slate Blue

📋 copy color: '#8C5CEF'

red 140 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #8C5CEF

Tints of Medium Slate Blue #8C5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

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

R = 29.72%
G = 19.53%
B = 50.74%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C5CEF (or 0x8C5CEF) is known color: Medium Slate Blue. HEX triplet: 8C, 5C and EF. RGB value is (140,92,239). Sum of RGB (Red+Green+Blue) = 140+92+239=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CEF is #73A310. Grayscale: #7A7A7A. Windows color (decimal): -7578385 or 15686796. OLE color: 15686796.

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

Color convert

RGB 140 92 239 -
CMYK 0.41 0.62 0 0.06
HSL 259.59º 0.82% 0.65% -
HSV(B) 259.59º 0.62% 0.94% -
XYZ 30.22 19.46 83.82 -
YUV 123.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 140 92 239 0.41 0.62 0 0.06 259.59 0.82 0.65
Hex 8C 5C EF 29 3E 0 6 104 52 41
Octal 214 134 357 51 76 0 6 404 122 101
Binary 10001100 1011100 11101111 101001 111110 0 110 100000100 1010010 1000001

Color Harmonies of #8C5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CEF

Black with #8C5CEF

Text Example


Text Example

White with #8C5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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