Html Css Color HEX #8C63EC Medium Slate Blue

📋 copy color: '#8C63EC'

red 140 ◦ green 99 ◦ blue 236

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

Shades of Medium Slate Blue #8C63EC

Tints of Medium Slate Blue #8C63EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.84%

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

R = 29.47%
G = 20.84%
B = 49.68%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C63EC (or 0x8C63EC) is known color: Medium Slate Blue. HEX triplet: 8C, 63 and EC. RGB value is (140,99,236). Sum of RGB (Red+Green+Blue) = 140+99+236=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C63EC is #739C13. Grayscale: #7E7E7E. Windows color (decimal): -7576596 or 15491980. OLE color: 15491980.

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

Color convert

RGB 140 99 236 -
CMYK 0.41 0.58 0 0.07
HSL 257.96º 0.78% 0.66% -
HSV(B) 257.96º 0.58% 0.93% -
XYZ 30.42 20.56 81.72 -
YUV 126.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 140 99 236 0.41 0.58 0 0.07 257.96 0.78 0.66
Hex 8C 63 EC 29 3A 0 7 102 4E 42
Octal 214 143 354 51 72 0 7 402 116 102
Binary 10001100 1100011 11101100 101001 111010 0 111 100000010 1001110 1000010

Color Harmonies of #8C63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C63EC

Black with #8C63EC

Text Example


Text Example

White with #8C63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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