#744BF1

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

Shades of Medium Slate Blue #744BF1

Tints of Medium Slate Blue #744BF1

Color information

#744BF1 (or 0x744BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 4B and F1. RGB value is (116,75,241). Sum of RGB (Red+Green+Blue) = 116+75+241=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #744BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BF1 is #8BB40E. Grayscale: #696969. Windows color (decimal): -9155599 or 15813492. OLE color: 15813492.

HSL color Cylindrical-coordinate representation of color #744BF1: hue angle of 254.82º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744BF1 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11675241-
CMYK0.520.6900.05
HSL254.82º85.57%61.96%-
HSV(B)254.82º68.88%94.51%-
XYZ25.615.184.78-
YUV106.18204.08135-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=26.85%
G=17.36%
B=55.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116752410.520.6900.05254.8285.5761.96
Hex744BF1344505ff563e
Octal164113361641050537712676
Binary111010010010111111000111010010001010101111111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,241); }

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

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

 a { background-color: rgb(116,75,241); }

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

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

 span { border-color: rgb(116,75,241); }

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