#7364EC

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

Shades of Medium Slate Blue #7364EC

Tints of Medium Slate Blue #7364EC

Color information

#7364EC (or 0x7364EC) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 64 and EC. RGB value is (115,100,236). Sum of RGB (Red+Green+Blue) = 115+100+236=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #7364EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7364EC is #8C9B13. Grayscale: #777777. Windows color (decimal): -9214740 or 15492211. OLE color: 15492211.

HSL color Cylindrical-coordinate representation of color #7364EC: hue angle of 246.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7364EC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115100236-
CMYK0.510.5800.07
HSL246.62º78.16%65.88%-
HSV(B)246.62º57.63%92.55%-
XYZ26.7718.8281.58-
YUV119.99193.47124.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.50%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 236 (92.58% from 255) = 52.33%
R=25.50%
G=22.17%
B=52.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151002360.510.5800.07246.6278.1665.88
Hex7364EC333A07f74e42
Octal163144354637207367116102
Binary111001111001001110110011001111101001111111011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7364EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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