#7A63F1

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

Shades of Medium Slate Blue #7A63F1

Tints of Medium Slate Blue #7A63F1

Color information

#7A63F1 (or 0x7A63F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 63 and F1. RGB value is (122,99,241). Sum of RGB (Red+Green+Blue) = 122+99+241=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A63F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A63F1 is #859C0E. Grayscale: #797979. Windows color (decimal): -8756239 or 15819642. OLE color: 15819642.

HSL color Cylindrical-coordinate representation of color #7A63F1: hue angle of 249.72º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A63F1 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12299241-
CMYK0.490.5900.05
HSL249.72º83.53%66.67%-
HSV(B)249.72º58.92%94.51%-
XYZ28.3719.4185.47-
YUV122.07195.12127.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=26.41%
G=21.43%
B=52.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122992410.490.5900.05249.7283.5366.67
Hex7A63F1313B05fa5443
Octal172143361617305372124103
Binary111101011000111111000111000111101101011111101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,241); }

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

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

 a { background-color: rgb(122,99,241); }

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

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

 span { border-color: rgb(122,99,241); }

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