#7345F5

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

Shades of Medium Slate Blue #7345F5

Tints of Medium Slate Blue #7345F5

Color information

#7345F5 (or 0x7345F5) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 45 and F5. RGB value is (115,69,245). Sum of RGB (Red+Green+Blue) = 115+69+245=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #7345F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345F5 is #8CBA0A. Grayscale: #666666. Windows color (decimal): -9222667 or 16074099. OLE color: 16074099.

HSL color Cylindrical-coordinate representation of color #7345F5: hue angle of 255.68º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7345F5 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11569245-
CMYK0.530.7200.04
HSL255.68º89.8%61.57%-
HSV(B)255.68º71.84%96.08%-
XYZ25.6814.4987.83-
YUV102.82208.24136.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 245 (96.09% from 255) = 57.11%
R=26.81%
G=16.08%
B=57.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal115692450.530.7200.04255.6889.861.57
Hex7345F53548041005a3e
Octal163105365651100440013276
Binary1110011100010111110101110101100100001001000000001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7345F5; }

 p { color: rgb(115,69,245); }

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

<style>
 a { background-color: #7345F5; }

 a { background-color: rgb(115,69,245); }

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

<style>
 span { border-color: #7345F5; }

 span { border-color: rgb(115,69,245); }

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