#745EF0

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

Shades of Medium Slate Blue #745EF0

Tints of Medium Slate Blue #745EF0

Color information

#745EF0 (or 0x745EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5E and F0. RGB value is (116,94,240). Sum of RGB (Red+Green+Blue) = 116+94+240=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #745EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EF0 is #8BA10F. Grayscale: #747474. Windows color (decimal): -9150736 or 15752820. OLE color: 15752820.

HSL color Cylindrical-coordinate representation of color #745EF0: hue angle of 249.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745EF0 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11694240-
CMYK0.520.6100.06
HSL249.04º82.95%65.49%-
HSV(B)249.04º60.83%94.12%-
XYZ26.9318.0184.49-
YUV117.22197.29127.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 240 (94.14% from 255) = 53.33%
R=25.78%
G=20.89%
B=53.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116942400.520.6100.06249.0482.9565.49
Hex745EF0343D06f95341
Octal164136360647506371123101
Binary111010010111101111000011010011110101101111100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745EF0; }

 p { color: rgb(116,94,240); }

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

<style>
 a { background-color: #745EF0; }

 a { background-color: rgb(116,94,240); }

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

<style>
 span { border-color: #745EF0; }

 span { border-color: rgb(116,94,240); }

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