#7C63F0

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

Shades of Medium Slate Blue #7C63F0

Tints of Medium Slate Blue #7C63F0

Color information

#7C63F0 (or 0x7C63F0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 63 and F0. RGB value is (124,99,240). Sum of RGB (Red+Green+Blue) = 124+99+240=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C63F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C63F0 is #839C0F. Grayscale: #7A7A7A. Windows color (decimal): -8625168 or 15754108. OLE color: 15754108.

HSL color Cylindrical-coordinate representation of color #7C63F0: hue angle of 250.64º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C63F0 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12499240-
CMYK0.480.5900.06
HSL250.64º82.46%66.47%-
HSV(B)250.64º58.75%94.12%-
XYZ28.519.584.7-
YUV122.55194.28129.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 240 (94.14% from 255) = 51.84%
R=26.78%
G=21.38%
B=51.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124992400.480.5900.06250.6482.4666.47
Hex7C63F0303B06fb5242
Octal174143360607306373122102
Binary111110011000111111000011000011101101101111101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C63F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C63F0; }

 p { color: rgb(124,99,240); }

 H1.HeaderClassName
 {
   color: #7C63F0;
 }
 .AnyTagClassName
 {
   color: #7C63F0;
 }
</style>
background-color css

<style>
 a { background-color: #7C63F0; }

 a { background-color: rgb(124,99,240); }

 div.DivClassName
 {
   background-color: #7C63F0;
 }
 .BgClassName
 {
   background-color: #7C63F0;
 }
</style>
border-color css

<style>
 span { border-color: #7C63F0; }

 span { border-color: rgb(124,99,240); }

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