#744ED0

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

Shades of Slate Blue #744ED0

Tints of Slate Blue #744ED0

Color information

#744ED0 (or 0x744ED0) is unknown color: approx Slate Blue. HEX triplet: 74, 4E and D0. RGB value is (116,78,208). Sum of RGB (Red+Green+Blue) = 116+78+208=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #744ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ED0 is #8BB12F. Grayscale: #676767. Windows color (decimal): -9154864 or 13651572. OLE color: 13651572.

HSL color Cylindrical-coordinate representation of color #744ED0: hue angle of 257.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744ED0 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11678208-
CMYK0.440.6200.18
HSL257.54º58.04%56.08%-
HSV(B)257.54º62.5%81.57%-
XYZ21.3113.7261.2-
YUV104.18186.59136.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 208 (81.64% from 255) = 51.74%
R=28.86%
G=19.40%
B=51.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116782080.440.6200.18257.5458.0456.08
Hex744ED02C3E0121023a38
Octal16411632054760224027270
Binary1110100100111011010000101100111110010010100000010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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