#7571F2

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

Shades of Medium Slate Blue #7571F2

Tints of Medium Slate Blue #7571F2

Color information

#7571F2 (or 0x7571F2) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 71 and F2. RGB value is (117,113,242). Sum of RGB (Red+Green+Blue) = 117+113+242=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #7571F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571F2 is #8A8E0D. Grayscale: #808080. Windows color (decimal): -9080334 or 15888757. OLE color: 15888757.

HSL color Cylindrical-coordinate representation of color #7571F2: hue angle of 241.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7571F2 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117113242-
CMYK0.520.5300.05
HSL241.86º83.23%69.61%-
HSV(B)241.86º53.31%94.9%-
XYZ29.272286.71-
YUV128.9191.83119.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 242 (94.92% from 255) = 51.27%
R=24.79%
G=23.94%
B=51.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171132420.520.5300.05241.8683.2369.61
Hex7571F2343505f25346
Octal165161362646505362123106
Binary111010111100011111001011010011010101011111001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7571F2; }

 p { color: rgb(117,113,242); }

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

<style>
 a { background-color: #7571F2; }

 a { background-color: rgb(117,113,242); }

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

<style>
 span { border-color: #7571F2; }

 span { border-color: rgb(117,113,242); }

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