#7C49F7

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

Shades of Medium Slate Blue #7C49F7

Tints of Medium Slate Blue #7C49F7

Color information

#7C49F7 (or 0x7C49F7) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 49 and F7. RGB value is (124,73,247). Sum of RGB (Red+Green+Blue) = 124+73+247=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C49F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C49F7 is #83B608. Grayscale: #6B6B6B. Windows color (decimal): -8631817 or 16206204. OLE color: 16206204.

HSL color Cylindrical-coordinate representation of color #7C49F7: hue angle of 257.59º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C49F7 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12473247-
CMYK0.500.7000.03
HSL257.59º91.58%62.75%-
HSV(B)257.59º70.45%96.86%-
XYZ27.4815.7789.59-
YUV108.08206.4139.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 247 (96.88% from 255) = 55.63%
R=27.93%
G=16.44%
B=55.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal124732470.500.7000.03257.5991.5862.75
Hex7C49F73246031025c3f
Octal174111367621060340213477
Binary111110010010011111011111001010001100111000000101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C49F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,247); }

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

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

 a { background-color: rgb(124,73,247); }

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

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

 span { border-color: rgb(124,73,247); }

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