#7571ED

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

Shades of Medium Slate Blue #7571ED

Tints of Medium Slate Blue #7571ED

Color information

#7571ED (or 0x7571ED) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 71 and ED. RGB value is (117,113,237). Sum of RGB (Red+Green+Blue) = 117+113+237=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #7571ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571ED is #8A8E12. Grayscale: #7F7F7F. Windows color (decimal): -9080339 or 15561077. OLE color: 15561077.

HSL color Cylindrical-coordinate representation of color #7571ED: hue angle of 241.94º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7571ED is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117113237-
CMYK0.510.5200.07
HSL241.94º77.5%68.63%-
HSV(B)241.94º52.32%92.94%-
XYZ28.5321.7182.81-
YUV128.33189.33119.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 237 (92.97% from 255) = 50.75%
R=25.05%
G=24.20%
B=50.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171132370.510.5200.07241.9477.568.63
Hex7571ED333407f24e45
Octal165161355636407362116105
Binary111010111100011110110111001111010001111111001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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