Html Css Color HEX #8963EC Medium Slate Blue

📋 copy color: '#8963EC'

red 137 ◦ green 99 ◦ blue 236

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

Shades of Medium Slate Blue #8963EC

Tints of Medium Slate Blue #8963EC

RGB

 RED value IS 137 (53.91% from 255) = 29.03%

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

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

R = 29.03%
G = 20.97%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8963EC (or 0x8963EC) is known color: Medium Slate Blue. HEX triplet: 89, 63 and EC. RGB value is (137,99,236). Sum of RGB (Red+Green+Blue) = 137+99+236=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8963EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963EC is #769C13. Grayscale: #7D7D7D. Windows color (decimal): -7773204 or 15491977. OLE color: 15491977.

HSL color Cylindrical-coordinate representation of color #8963EC: hue angle of 256.64º 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 #8963EC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 99 236 -
CMYK 0.42 0.58 0 0.07
HSL 256.64º 0.78% 0.66% -
HSV(B) 256.64º 0.58% 0.93% -
XYZ 29.92 20.3 81.7 -
YUV 125.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 137 99 236 0.42 0.58 0 0.07 256.64 0.78 0.66
Hex 89 63 EC 2A 3A 0 7 101 4E 42
Octal 211 143 354 52 72 0 7 401 116 102
Binary 10001001 1100011 11101100 101010 111010 0 111 100000001 1001110 1000010

Color Harmonies of #8963EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963EC

Black with #8963EC

Text Example


Text Example

White with #8963EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8963EC; }

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

 H1.HeaderClassName
 {
   color: #8963EC;
 }
 .AnyTagClassName
 {
   color: #8963EC;
 }
</style>

background-color css

<style>
 a { background-color: #8963EC; }

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

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

border-color css

<style>
 span { border-color: #8963EC; }

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

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