#7361f3

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

Shades of Medium Slate Blue #7361F3

Tints of Medium Slate Blue #7361F3

Color information

#7361F3 (or 0x7361F3) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 61 and F3. RGB value is (115,97,243). Sum of RGB (Red+Green+Blue) = 115+97+243=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #7361F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361F3 is #8C9E0C. Grayscale: #767676. Windows color (decimal): -9215501 or 15950195. OLE color: 15950195.

HSL color Cylindrical-coordinate representation of color #7361F3: hue angle of 247.4º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7361F3 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11597243-
CMYK0.530.6000.05
HSL247.4º85.88%66.67%-
HSV(B)247.4º60.08%95.29%-
XYZ27.5218.6786.95-
YUV119.03197.96125.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 243 (95.31% from 255) = 53.41%
R=25.27%
G=21.32%
B=53.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal115972430.530.6000.05247.485.8866.67
Hex7361F3353C05f75643
Octal163141363657405367126103
Binary111001111000011111001111010111110001011111011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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