#7362E0

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

Shades of Medium Slate Blue #7362E0

Tints of Medium Slate Blue #7362E0

Color information

#7362E0 (or 0x7362E0) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 62 and E0. RGB value is (115,98,224). Sum of RGB (Red+Green+Blue) = 115+98+224=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #7362E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362E0 is #8C9D1F. Grayscale: #747474. Windows color (decimal): -9215264 or 14705267. OLE color: 14705267.

HSL color Cylindrical-coordinate representation of color #7362E0: hue angle of 248.1º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7362E0 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11598224-
CMYK0.490.5600.12
HSL248.1º67.02%63.14%-
HSV(B)248.1º56.25%87.84%-
XYZ24.8917.7672.64-
YUV117.45188.13126.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 224 (87.89% from 255) = 51.26%
R=26.32%
G=22.43%
B=51.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal115982240.490.5600.12248.167.0263.14
Hex7362E031380Cf8433f
Octal163142340617001437010377
Binary111001111000101110000011000111100001100111110001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7362E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7362E0; }

 p { color: rgb(115,98,224); }

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

<style>
 a { background-color: #7362E0; }

 a { background-color: rgb(115,98,224); }

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

<style>
 span { border-color: #7362E0; }

 span { border-color: rgb(115,98,224); }

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