#7378F1

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

Shades of Medium Slate Blue #7378F1

Tints of Medium Slate Blue #7378F1

Color information

#7378F1 (or 0x7378F1) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 78 and F1. RGB value is (115,120,241). Sum of RGB (Red+Green+Blue) = 115+120+241=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #7378F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7378F1 is #8C870E. Grayscale: #838383. Windows color (decimal): -9209615 or 15825011. OLE color: 15825011.

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

Color convert

RGB115120241-
CMYK0.520.5000.05
HSL237.62º81.82%69.8%-
HSV(B)237.62º52.28%94.51%-
XYZ29.6623.4386.18-
YUV132.3189.34115.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.16%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=24.16%
G=25.21%
B=50.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151202410.520.5000.05237.6281.8269.8
Hex7378F1343205ee5246
Octal163170361646205356122106
Binary111001111110001111000111010011001001011110111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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