#7C49FA

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

Shades of Medium Slate Blue #7C49FA

Tints of Medium Slate Blue #7C49FA

Color information

#7C49FA (or 0x7C49FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 49 and FA. RGB value is (124,73,250). Sum of RGB (Red+Green+Blue) = 124+73+250=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C49FA is #83B605. Grayscale: #6B6B6B. Windows color (decimal): -8631814 or 16402812. OLE color: 16402812.

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

Color convert

RGB12473250-
CMYK0.500.7100.02
HSL257.29º94.65%63.33%-
HSV(B)257.29º70.8%98.04%-
XYZ27.9515.9592.05-
YUV108.43207.9139.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 250 (98.05% from 255) = 55.93%
R=27.74%
G=16.33%
B=55.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124732500.500.7100.02257.2994.6563.33
Hex7C49FA3247021015f3f
Octal174111372621070240113777
Binary111110010010011111101011001010001110101000000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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