Html Css Color HEX #8C57EB Medium Slate Blue

📋 copy color: '#8C57EB'

red 140 ◦ green 87 ◦ blue 235

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

Shades of Medium Slate Blue #8C57EB

Tints of Medium Slate Blue #8C57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 30.3%
G = 18.83%
B = 50.87%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C57EB (or 0x8C57EB) is known color: Medium Slate Blue. HEX triplet: 8C, 57 and EB. RGB value is (140,87,235). Sum of RGB (Red+Green+Blue) = 140+87+235=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C57EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C57EB is #73A814. Grayscale: #777777. Windows color (decimal): -7579669 or 15423372. OLE color: 15423372.

HSL color Cylindrical-coordinate representation of color #8C57EB: hue angle of 261.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C57EB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 87 235 -
CMYK 0.40 0.63 0 0.08
HSL 261.49º 0.79% 0.63% -
HSV(B) 261.49º 0.63% 0.92% -
XYZ 29.22 18.39 80.61 -
YUV 119.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 140 87 235 0.40 0.63 0 0.08 261.49 0.79 0.63
Hex 8C 57 EB 28 3F 0 8 105 4F 3F
Octal 214 127 353 50 77 0 10 405 117 77
Binary 10001100 1010111 11101011 101000 111111 0 1000 100000101 1001111 111111

Color Harmonies of #8C57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57EB

Black with #8C57EB

Text Example


Text Example

White with #8C57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,235); }

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

background-color css

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

 a { background-color: rgb(140,87,235); }

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

border-color css

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

 span { border-color: rgb(140,87,235); }

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