#745BEC

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

Shades of Medium Slate Blue #745BEC

Tints of Medium Slate Blue #745BEC

Color information

#745BEC (or 0x745BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5B and EC. RGB value is (116,91,236). Sum of RGB (Red+Green+Blue) = 116+91+236=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #745BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BEC is #8BA413. Grayscale: #727272. Windows color (decimal): -9151508 or 15489908. OLE color: 15489908.

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

Color convert

RGB11691236-
CMYK0.510.6100.07
HSL250.34º79.23%64.12%-
HSV(B)250.34º61.44%92.55%-
XYZ26.0817.2581.31-
YUV115196.28128.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 236 (92.58% from 255) = 53.27%
R=26.19%
G=20.54%
B=53.27%

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
Decimal116912360.510.6100.07250.3479.2364.12
Hex745BEC333D07fa4f40
Octal164133354637507372117100
Binary111010010110111110110011001111110101111111101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,236); }

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

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

 a { background-color: rgb(116,91,236); }

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

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

 span { border-color: rgb(116,91,236); }

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