#744EFD

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

Shades of Medium Slate Blue #744EFD

Tints of Medium Slate Blue #744EFD

Color information

#744EFD (or 0x744EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 4E and FD. RGB value is (116,78,253). Sum of RGB (Red+Green+Blue) = 116+78+253=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #744EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EFD is #8BB102. Grayscale: #6C6C6C. Windows color (decimal): -9154819 or 16600692. OLE color: 16600692.

HSL color Cylindrical-coordinate representation of color #744EFD: hue angle of 253.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744EFD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11678253-
CMYK0.540.6900.01
HSL253.03º97.77%64.9%-
HSV(B)253.03º69.17%99.22%-
XYZ27.6616.2594.61-
YUV109.31209.09132.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 253 (99.22% from 255) = 56.60%
R=25.95%
G=17.45%
B=56.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal116782530.540.6900.01253.0397.7764.9
Hex744EFD364501fd6241
Octal1641163756610501375142101
Binary11101001001110111111011101101000101011111110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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