#7578F1

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

Shades of Medium Slate Blue #7578F1

Tints of Medium Slate Blue #7578F1

Color information

#7578F1 (or 0x7578F1) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 78 and F1. RGB value is (117,120,241). Sum of RGB (Red+Green+Blue) = 117+120+241=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #7578F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7578F1 is #8A870E. Grayscale: #848484. Windows color (decimal): -9078543 or 15825013. OLE color: 15825013.

HSL color Cylindrical-coordinate representation of color #7578F1: hue angle of 238.55º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7578F1 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117120241-
CMYK0.510.5000.05
HSL238.55º81.58%70.2%-
HSV(B)238.55º51.45%94.51%-
XYZ29.9323.5786.19-
YUV132.9189.01116.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=24.48%
G=25.10%
B=50.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171202410.510.5000.05238.5581.5870.2
Hex7578F1333205ef5246
Octal165170361636205357122106
Binary111010111110001111000111001111001001011110111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7578F1; }

 p { color: rgb(117,120,241); }

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

<style>
 a { background-color: #7578F1; }

 a { background-color: rgb(117,120,241); }

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

<style>
 span { border-color: #7578F1; }

 span { border-color: rgb(117,120,241); }

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