#744EF7

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

Shades of Medium Slate Blue #744EF7

Tints of Medium Slate Blue #744EF7

Color information

#744EF7 (or 0x744EF7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 4E and F7. RGB value is (116,78,247). Sum of RGB (Red+Green+Blue) = 116+78+247=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #744EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EF7 is #8BB108. Grayscale: #6B6B6B. Windows color (decimal): -9154825 or 16207476. OLE color: 16207476.

HSL color Cylindrical-coordinate representation of color #744EF7: hue angle of 253.49º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744EF7 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11678247-
CMYK0.530.6800.03
HSL253.49º91.35%63.73%-
HSV(B)253.49º68.42%96.86%-
XYZ26.7215.8889.65-
YUV108.63206.09133.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.30%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 247 (96.88% from 255) = 56.01%
R=26.30%
G=17.69%
B=56.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal116782470.530.6800.03253.4991.3563.73
Hex744EF7354403fd5b40
Octal1641163676510403375133100
Binary111010010011101111011111010110001000111111110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744EF7; }

 p { color: rgb(116,78,247); }

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

<style>
 a { background-color: #744EF7; }

 a { background-color: rgb(116,78,247); }

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

<style>
 span { border-color: #744EF7; }

 span { border-color: rgb(116,78,247); }

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