#7561EC

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

Shades of Medium Slate Blue #7561EC

Tints of Medium Slate Blue #7561EC

Color information

#7561EC (or 0x7561EC) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 61 and EC. RGB value is (117,97,236). Sum of RGB (Red+Green+Blue) = 117+97+236=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7561EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561EC is #8A9E13. Grayscale: #767676. Windows color (decimal): -9084436 or 15491445. OLE color: 15491445.

HSL color Cylindrical-coordinate representation of color #7561EC: hue angle of 248.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7561EC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11797236-
CMYK0.500.5900.07
HSL248.63º78.53%65.29%-
HSV(B)248.63º58.9%92.55%-
XYZ26.7518.3981.5-
YUV118.83194.13126.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=26%
G=21.56%
B=52.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117972360.500.5900.07248.6378.5365.29
Hex7561EC323B07f94f41
Octal165141354627307371117101
Binary111010111000011110110011001011101101111111100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7561EC; }

 p { color: rgb(117,97,236); }

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

<style>
 a { background-color: #7561EC; }

 a { background-color: rgb(117,97,236); }

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

<style>
 span { border-color: #7561EC; }

 span { border-color: rgb(117,97,236); }

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