#7963EC

Color #7963EC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7963EC

Tints of Medium Slate Blue #7963EC

Color information

#7963EC (or 0x7963EC) is unknown color: approx 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

RGB12199236-
CMYK0.490.5800.07
HSL249.64º78.29%65.69%-
HSV(B)249.64º58.05%92.55%-
XYZ27.4919.0481.58-
YUV121.2192.79127.86-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121992360.490.5800.07249.6478.2965.69
Hex7963EC313A07fa4e42
Octal171143354617207372116102
Binary111100111000111110110011000111101001111111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>