#7380F3

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

Shades of Medium Slate Blue #7380F3

Tints of Medium Slate Blue #7380F3

Color information

#7380F3 (or 0x7380F3) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 80 and F3. RGB value is (115,128,243). Sum of RGB (Red+Green+Blue) = 115+128+243=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #7380F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7380F3 is #8C7F0C. Grayscale: #888888. Windows color (decimal): -9207565 or 15958131. OLE color: 15958131.

HSL color Cylindrical-coordinate representation of color #7380F3: hue angle of 233.91º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7380F3 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115128243-
CMYK0.530.4700.05
HSL233.91º84.21%70.2%-
HSV(B)233.91º52.67%95.29%-
XYZ30.9725.5588.09-
YUV137.22187.69112.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 243 (95.31% from 255) = 50%
R=23.66%
G=26.34%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151282430.530.4700.05233.9184.2170.2
Hex7380F3352F05ea5446
Octal163200363655705352124106
Binary1110011100000001111001111010110111101011110101010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7380F3; }

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

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

<style>
 a { background-color: #7380F3; }

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

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

<style>
 span { border-color: #7380F3; }

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

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