#7377F0

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

Shades of Medium Slate Blue #7377F0

Tints of Medium Slate Blue #7377F0

Color information

#7377F0 (or 0x7377F0) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 77 and F0. RGB value is (115,119,240). Sum of RGB (Red+Green+Blue) = 115+119+240=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #7377F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7377F0 is #8C880F. Grayscale: #838383. Windows color (decimal): -9209872 or 15759219. OLE color: 15759219.

HSL color Cylindrical-coordinate representation of color #7377F0: hue angle of 238.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7377F0 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115119240-
CMYK0.520.5000.06
HSL238.08º80.65%69.61%-
HSV(B)238.08º52.08%94.12%-
XYZ29.423.1385.35-
YUV131.6189.17116.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=24.26%
G=25.11%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1151192400.520.5000.06238.0880.6569.61
Hex7377F0343206ee5146
Octal163167360646206356121106
Binary111001111101111111000011010011001001101110111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7377F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7377F0; }

 p { color: rgb(115,119,240); }

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

<style>
 a { background-color: #7377F0; }

 a { background-color: rgb(115,119,240); }

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

<style>
 span { border-color: #7377F0; }

 span { border-color: rgb(115,119,240); }

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