#745DED

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

Shades of Medium Slate Blue #745DED

Tints of Medium Slate Blue #745DED

Color information

#745DED (or 0x745DED) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5D and ED. RGB value is (116,93,237). Sum of RGB (Red+Green+Blue) = 116+93+237=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #745DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DED is #8BA212. Grayscale: #737373. Windows color (decimal): -9150995 or 15555956. OLE color: 15555956.

HSL color Cylindrical-coordinate representation of color #745DED: hue angle of 249.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745DED is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11693237-
CMYK0.510.6100.07
HSL249.58º80%64.71%-
HSV(B)249.58º60.76%92.94%-
XYZ26.417.6682.14-
YUV116.29196.12127.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=26.01%
G=20.85%
B=53.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116932370.510.6100.07249.588064.71
Hex745DED333D07fa5041
Octal164135355637507372120101
Binary111010010111011110110111001111110101111111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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