#744EE1

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

Shades of Slate Blue #744EE1

Tints of Slate Blue #744EE1

Color information

#744EE1 (or 0x744EE1) is unknown color: approx Slate Blue. HEX triplet: 74, 4E and E1. RGB value is (116,78,225). Sum of RGB (Red+Green+Blue) = 116+78+225=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #744EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EE1 is #8BB11E. Grayscale: #696969. Windows color (decimal): -9154847 or 14765684. OLE color: 14765684.

HSL color Cylindrical-coordinate representation of color #744EE1: hue angle of 255.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744EE1 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11678225-
CMYK0.480.6500.12
HSL255.51º71.01%59.41%-
HSV(B)255.51º65.33%88.24%-
XYZ23.5214.672.81-
YUV106.12195.09135.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.68%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 225 (88.28% from 255) = 53.70%
R=27.68%
G=18.62%
B=53.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116782250.480.6500.12255.5171.0159.41
Hex744EE130410C100473b
Octal1641163416010101440010773
Binary11101001001110111000011100001000001011001000000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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