#7C4EF0

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

Shades of Medium Slate Blue #7C4EF0

Tints of Medium Slate Blue #7C4EF0

Color information

#7C4EF0 (or 0x7C4EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 4E and F0. RGB value is (124,78,240). Sum of RGB (Red+Green+Blue) = 124+78+240=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 78 (30.86% from 255 or 17.65% 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 #7C4EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4EF0 is #83B10F. Grayscale: #6D6D6D. Windows color (decimal): -8630544 or 15748732. OLE color: 15748732.

HSL color Cylindrical-coordinate representation of color #7C4EF0: hue angle of 257.04º degrees, saturation: 0.84, 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 #7C4EF0 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12478240-
CMYK0.480.6800.06
HSL257.04º84.38%62.35%-
HSV(B)257.04º67.5%94.12%-
XYZ26.7616.0384.12-
YUV110.22201.24137.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=28.05%
G=17.65%
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
Decimal124782400.480.6800.06257.0484.3862.35
Hex7C4EF0304406101543e
Octal174116360601040640112476
Binary1111100100111011110000110000100010001101000000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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