#7560F0

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

Shades of Medium Slate Blue #7560F0

Tints of Medium Slate Blue #7560F0

Color information

#7560F0 (or 0x7560F0) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 60 and F0. RGB value is (117,96,240). Sum of RGB (Red+Green+Blue) = 117+96+240=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #7560F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7560F0 is #8A9F0F. Grayscale: #767676. Windows color (decimal): -9084688 or 15753333. OLE color: 15753333.

HSL color Cylindrical-coordinate representation of color #7560F0: hue angle of 248.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7560F0 is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11796240-
CMYK0.510.600.06
HSL248.75º82.76%65.88%-
HSV(B)248.75º60%94.12%-
XYZ27.2518.4484.56-
YUV118.7196.46126.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=25.83%
G=21.19%
B=52.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117962400.510.600.06248.7582.7665.88
Hex7560F0333C06f95342
Octal165140360637406371123102
Binary111010111000001111000011001111110001101111100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,96,240); }

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

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

 a { background-color: rgb(117,96,240); }

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

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

 span { border-color: rgb(117,96,240); }

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