#7E4CF0

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

Shades of Medium Slate Blue #7E4CF0

Tints of Medium Slate Blue #7E4CF0

Color information

#7E4CF0 (or 0x7E4CF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 4C and F0. RGB value is (126,76,240). Sum of RGB (Red+Green+Blue) = 126+76+240=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E4CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4CF0 is #81B30F. Grayscale: #6D6D6D. Windows color (decimal): -8499984 or 15748222. OLE color: 15748222.

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

Color convert

RGB12676240-
CMYK0.480.6800.06
HSL258.29º84.54%61.96%-
HSV(B)258.29º68.33%94.12%-
XYZ26.9215.984.09-
YUV109.65201.56139.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.51%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=28.51%
G=17.19%
B=54.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126762400.480.6800.06258.2984.5461.96
Hex7E4CF0304406102553e
Octal176114360601040640212576
Binary1111110100110011110000110000100010001101000000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,240); }

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

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

 a { background-color: rgb(126,76,240); }

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

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

 span { border-color: rgb(126,76,240); }

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