#745DEA

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

Shades of Medium Slate Blue #745DEA

Tints of Medium Slate Blue #745DEA

Color information

#745DEA (or 0x745DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5D and EA. RGB value is (116,93,234). Sum of RGB (Red+Green+Blue) = 116+93+234=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #745DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DEA is #8BA215. Grayscale: #737373. Windows color (decimal): -9150998 or 15359348. OLE color: 15359348.

HSL color Cylindrical-coordinate representation of color #745DEA: hue angle of 249.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745DEA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11693234-
CMYK0.500.6000.08
HSL249.79º77.05%64.12%-
HSV(B)249.79º60.26%91.76%-
XYZ25.9717.4879.85-
YUV115.95194.62128.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=26.19%
G=20.99%
B=52.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116932340.500.6000.08249.7977.0564.12
Hex745DEA323C08fa4d40
Octal1641353526274010372115100
Binary1110100101110111101010110010111100010001111101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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