#744ECA

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

Shades of Slate Blue #744ECA

Tints of Slate Blue #744ECA

Color information

#744ECA (or 0x744ECA) is unknown color: approx Slate Blue. HEX triplet: 74, 4E and CA. RGB value is (116,78,202). Sum of RGB (Red+Green+Blue) = 116+78+202=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #744ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ECA is #8BB135. Grayscale: #676767. Windows color (decimal): -9154870 or 13258356. OLE color: 13258356.

HSL color Cylindrical-coordinate representation of color #744ECA: hue angle of 258.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744ECA is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11678202-
CMYK0.430.6100.21
HSL258.39º53.91%54.9%-
HSV(B)258.39º61.39%79.22%-
XYZ20.5913.4357.38-
YUV103.5183.59136.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=29.29%
G=19.70%
B=51.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116782020.430.6100.21258.3953.9154.9
Hex744ECA2B3D0151023637
Octal16411631253750254026667
Binary1110100100111011001010101011111101010101100000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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