#7363F1

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

Shades of Medium Slate Blue #7363F1

Tints of Medium Slate Blue #7363F1

Color information

#7363F1 (or 0x7363F1) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 63 and F1. RGB value is (115,99,241). Sum of RGB (Red+Green+Blue) = 115+99+241=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #7363F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363F1 is #8C9C0E. Grayscale: #777777. Windows color (decimal): -9214991 or 15819635. OLE color: 15819635.

HSL color Cylindrical-coordinate representation of color #7363F1: hue angle of 246.76º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7363F1 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11599241-
CMYK0.520.5900.05
HSL246.76º83.53%66.67%-
HSV(B)246.76º58.92%94.51%-
XYZ27.4118.9285.43-
YUV119.97196.3124.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=25.27%
G=21.76%
B=52.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal115992410.520.5900.05246.7683.5366.67
Hex7363F1343B05f75443
Octal163143361647305367124103
Binary111001111000111111000111010011101101011111011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7363F1; }

 p { color: rgb(115,99,241); }

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

<style>
 a { background-color: #7363F1; }

 a { background-color: rgb(115,99,241); }

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

<style>
 span { border-color: #7363F1; }

 span { border-color: rgb(115,99,241); }

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