#7C44F9

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

Shades of Medium Slate Blue #7C44F9

Tints of Medium Slate Blue #7C44F9

Color information

#7C44F9 (or 0x7C44F9) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 44 and F9. RGB value is (124,68,249). Sum of RGB (Red+Green+Blue) = 124+68+249=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C44F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C44F9 is #83BB06. Grayscale: #686868. Windows color (decimal): -8633095 or 16335996. OLE color: 16335996.

HSL color Cylindrical-coordinate representation of color #7C44F9: hue angle of 258.56º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C44F9 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12468249-
CMYK0.500.7300.02
HSL258.56º93.78%62.16%-
HSV(B)258.56º72.69%97.65%-
XYZ27.4815.2691.12-
YUV105.38209.05141.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 249 (97.66% from 255) = 56.46%
R=28.12%
G=15.42%
B=56.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124682490.500.7300.02258.5693.7862.16
Hex7C44F93249021035e3e
Octal174104371621110240313676
Binary111110010001001111100111001010010010101000000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C44F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,249); }

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

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

 a { background-color: rgb(124,68,249); }

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

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

 span { border-color: rgb(124,68,249); }

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