Html Css Color HEX #7963EC Medium Slate Blue

📋 copy color: '#7963EC'

red 121 ◦ green 99 ◦ blue 236

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

Shades of Medium Slate Blue #7963EC

Tints of Medium Slate Blue #7963EC

RGB

 RED value IS 121 (47.66% from 255) = 26.54%

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

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

R = 26.54%
G = 21.71%
B = 51.75%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7963EC (or 0x7963EC) is known color: Medium Slate Blue. HEX triplet: 79, 63 and EC. RGB value is (121,99,236). Sum of RGB (Red+Green+Blue) = 121+99+236=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7963EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7963EC is #869C13. Grayscale: #787878. Windows color (decimal): -8821780 or 15491961. OLE color: 15491961.

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

Color convert

RGB 121 99 236 -
CMYK 0.49 0.58 0 0.07
HSL 249.64º 0.78% 0.66% -
HSV(B) 249.64º 0.58% 0.93% -
XYZ 27.49 19.04 81.58 -
YUV 121.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 121 99 236 0.49 0.58 0 0.07 249.64 0.78 0.66
Hex 79 63 EC 31 3A 0 7 FA 4E 42
Octal 171 143 354 61 72 0 7 372 116 102
Binary 1111001 1100011 11101100 110001 111010 0 111 11111010 1001110 1000010

Color Harmonies of #7963EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7963EC

Black with #7963EC

Text Example


Text Example

White with #7963EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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