Html Css Color HEX #8C5CEC Medium Slate Blue

📋 copy color: '#8C5CEC'

red 140 ◦ green 92 ◦ blue 236

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

Shades of Medium Slate Blue #8C5CEC

Tints of Medium Slate Blue #8C5CEC

RGB

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

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

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

R = 29.91%
G = 19.66%
B = 50.43%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C5CEC (or 0x8C5CEC) is known color: Medium Slate Blue. HEX triplet: 8C, 5C and EC. RGB value is (140,92,236). Sum of RGB (Red+Green+Blue) = 140+92+236=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C5CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CEC is #73A313. Grayscale: #7A7A7A. Windows color (decimal): -7578388 or 15490188. OLE color: 15490188.

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

Color convert

RGB 140 92 236 -
CMYK 0.41 0.61 0 0.07
HSL 260º 0.79% 0.64% -
HSV(B) 260º 0.61% 0.93% -
XYZ 29.78 19.29 81.51 -
YUV 122.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 140 92 236 0.41 0.61 0 0.07 260 0.79 0.64
Hex 8C 5C EC 29 3D 0 7 104 4F 40
Octal 214 134 354 51 75 0 7 404 117 100
Binary 10001100 1011100 11101100 101001 111101 0 111 100000100 1001111 1000000

Color Harmonies of #8C5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CEC

Black with #8C5CEC

Text Example


Text Example

White with #8C5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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