#7349F0

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

Shades of Medium Slate Blue #7349F0

Tints of Medium Slate Blue #7349F0

Color information

#7349F0 (or 0x7349F0) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 49 and F0. RGB value is (115,73,240). Sum of RGB (Red+Green+Blue) = 115+73+240=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #7349F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349F0 is #8CB60F. Grayscale: #676767. Windows color (decimal): -9221648 or 15747443. OLE color: 15747443.

HSL color Cylindrical-coordinate representation of color #7349F0: hue angle of 255.09º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7349F0 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11573240-
CMYK0.520.7000.06
HSL255.09º84.77%61.37%-
HSV(B)255.09º69.58%94.12%-
XYZ25.1814.783.95-
YUV104.6204.41135.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 240 (94.14% from 255) = 56.07%
R=26.87%
G=17.06%
B=56.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal115732400.520.7000.06255.0984.7761.37
Hex7349F0344606ff553d
Octal163111360641060637712575
Binary111001110010011111000011010010001100110111111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7349F0; }

 p { color: rgb(115,73,240); }

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

<style>
 a { background-color: #7349F0; }

 a { background-color: rgb(115,73,240); }

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

<style>
 span { border-color: #7349F0; }

 span { border-color: rgb(115,73,240); }

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