#745DE3

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

Shades of Medium Slate Blue #745DE3

Tints of Medium Slate Blue #745DE3

Color information

#745DE3 (or 0x745DE3) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5D and E3. RGB value is (116,93,227). Sum of RGB (Red+Green+Blue) = 116+93+227=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #745DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DE3 is #8BA21C. Grayscale: #727272. Windows color (decimal): -9151005 or 14900596. OLE color: 14900596.

HSL color Cylindrical-coordinate representation of color #745DE3: hue angle of 250.3º degrees, saturation: 0.71, 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 #745DE3 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11693227-
CMYK0.490.5900.11
HSL250.3º70.53%62.75%-
HSV(B)250.3º59.03%89.02%-
XYZ24.9817.0974.65-
YUV115.15191.12128.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 227 (89.06% from 255) = 52.06%
R=26.61%
G=21.33%
B=52.06%

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
Decimal116932270.490.5900.11250.370.5362.75
Hex745DE3313B0Bfa473f
Octal164135343617301337210777
Binary111010010111011110001111000111101101011111110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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