#744EDD

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

Shades of Slate Blue #744EDD

Tints of Slate Blue #744EDD

Color information

#744EDD (or 0x744EDD) is unknown color: approx Slate Blue. HEX triplet: 74, 4E and DD. RGB value is (116,78,221). Sum of RGB (Red+Green+Blue) = 116+78+221=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #744EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EDD is #8BB122. Grayscale: #696969. Windows color (decimal): -9154851 or 14503540. OLE color: 14503540.

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

Color convert

RGB11678221-
CMYK0.480.6500.13
HSL255.94º67.77%58.63%-
HSV(B)255.94º64.71%86.67%-
XYZ22.9814.3869.97-
YUV105.66193.09135.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=27.95%
G=18.80%
B=53.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116782210.480.6500.13255.9467.7758.63
Hex744EDD30410D100443b
Octal1641163356010101540010473
Binary11101001001110110111011100001000001011011000000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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