#7C58F6

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

Shades of Medium Slate Blue #7C58F6

Tints of Medium Slate Blue #7C58F6

Color information

#7C58F6 (or 0x7C58F6) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 58 and F6. RGB value is (124,88,246). Sum of RGB (Red+Green+Blue) = 124+88+246=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C58F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C58F6 is #83A709. Grayscale: #747474. Windows color (decimal): -8627978 or 16144508. OLE color: 16144508.

HSL color Cylindrical-coordinate representation of color #7C58F6: hue angle of 253.67º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C58F6 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12488246-
CMYK0.500.6400.04
HSL253.67º89.77%65.49%-
HSV(B)253.67º64.23%96.47%-
XYZ28.4417.9289.15-
YUV116.78200.93133.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 246 (96.48% from 255) = 53.71%
R=27.07%
G=19.21%
B=53.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124882460.500.6400.04253.6789.7765.49
Hex7C58F6324004fe5a41
Octal1741303666210004376132101
Binary1111100101100011110110110010100000001001111111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C58F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,246); }

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

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

 a { background-color: rgb(124,88,246); }

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

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

 span { border-color: rgb(124,88,246); }

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