#745ee3

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

Shades of Medium Slate Blue #745EE3

Tints of Medium Slate Blue #745EE3

Color information

#745EE3 (or 0x745EE3) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5E and E3. RGB value is (116,94,227). Sum of RGB (Red+Green+Blue) = 116+94+227=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #745EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EE3 is #8BA11C. Grayscale: #737373. Windows color (decimal): -9150749 or 14900852. OLE color: 14900852.

HSL color Cylindrical-coordinate representation of color #745EE3: hue angle of 249.92º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745EE3 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11694227-
CMYK0.490.5900.11
HSL249.92º70.37%62.94%-
HSV(B)249.92º58.59%89.02%-
XYZ25.0717.2674.68-
YUV115.74190.79128.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=26.54%
G=21.51%
B=51.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal116942270.490.5900.11249.9270.3762.94
Hex745EE3313B0Bfa463f
Octal164136343617301337210677
Binary111010010111101110001111000111101101011111110101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745ee3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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