#7361EC

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

Shades of Medium Slate Blue #7361EC

Tints of Medium Slate Blue #7361EC

Color information

#7361EC (or 0x7361EC) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 61 and EC. RGB value is (115,97,236). Sum of RGB (Red+Green+Blue) = 115+97+236=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #7361EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361EC is #8C9E13. Grayscale: #757575. Windows color (decimal): -9215508 or 15491443. OLE color: 15491443.

HSL color Cylindrical-coordinate representation of color #7361EC: hue angle of 247.77º 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 #7361EC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11597236-
CMYK0.510.5900.07
HSL247.77º78.53%65.29%-
HSV(B)247.77º58.9%92.55%-
XYZ26.4918.2581.48-
YUV118.23194.46125.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 236 (92.58% from 255) = 52.68%
R=25.67%
G=21.65%
B=52.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115972360.510.5900.07247.7778.5365.29
Hex7361EC333B07f84f41
Octal163141354637307370117101
Binary111001111000011110110011001111101101111111100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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