#7e63f4

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

Shades of Medium Slate Blue #7E63F4

Tints of Medium Slate Blue #7E63F4

Color information

#7E63F4 (or 0x7E63F4) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 63 and F4. RGB value is (126,99,244). Sum of RGB (Red+Green+Blue) = 126+99+244=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E63F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E63F4 is #819C0B. Grayscale: #7B7B7B. Windows color (decimal): -8494092 or 16016254. OLE color: 16016254.

HSL color Cylindrical-coordinate representation of color #7E63F4: hue angle of 251.17º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E63F4 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12699244-
CMYK0.480.5900.04
HSL251.17º86.83%67.25%-
HSV(B)251.17º59.43%95.69%-
XYZ29.419.8987.88-
YUV123.6195.95129.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 244 (95.70% from 255) = 52.03%
R=26.87%
G=21.11%
B=52.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126992440.480.5900.04251.1786.8367.25
Hex7E63F4303B04fb5743
Octal176143364607304373127103
Binary111111011000111111010011000011101101001111101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e63f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,244); }

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

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

 a { background-color: rgb(126,99,244); }

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

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

 span { border-color: rgb(126,99,244); }

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