#7570F1

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

Shades of Medium Slate Blue #7570F1

Tints of Medium Slate Blue #7570F1

Color information

#7570F1 (or 0x7570F1) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 70 and F1. RGB value is (117,112,241). Sum of RGB (Red+Green+Blue) = 117+112+241=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #7570F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570F1 is #8A8F0E. Grayscale: #7F7F7F. Windows color (decimal): -9080591 or 15822965. OLE color: 15822965.

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

Color convert

RGB117112241-
CMYK0.510.5400.05
HSL242.33º82.17%69.22%-
HSV(B)242.33º53.53%94.51%-
XYZ29.0121.7285.88-
YUV128.2191.66120.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=24.89%
G=23.83%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171122410.510.5400.05242.3382.1769.22
Hex7570F1333605f25245
Octal165160361636605362122105
Binary111010111100001111000111001111011001011111001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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