#7361ED

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

Shades of Medium Slate Blue #7361ED

Tints of Medium Slate Blue #7361ED

Color information

#7361ED (or 0x7361ED) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 61 and ED. RGB value is (115,97,237). Sum of RGB (Red+Green+Blue) = 115+97+237=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #7361ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361ED is #8C9E12. Grayscale: #757575. Windows color (decimal): -9215507 or 15556979. OLE color: 15556979.

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

Color convert

RGB11597237-
CMYK0.510.5900.07
HSL247.71º79.55%65.49%-
HSV(B)247.71º59.07%92.94%-
XYZ26.6318.3182.25-
YUV118.34194.96125.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=25.61%
G=21.60%
B=52.78%

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
Decimal115972370.510.5900.07247.7179.5565.49
Hex7361ED333B07f85041
Octal163141355637307370120101
Binary111001111000011110110111001111101101111111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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