#744CDE

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

Shades of Slate Blue #744CDE

Tints of Slate Blue #744CDE

Color information

#744CDE (or 0x744CDE) is unknown color: approx Slate Blue. HEX triplet: 74, 4C and DE. RGB value is (116,76,222). Sum of RGB (Red+Green+Blue) = 116+76+222=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #744CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CDE is #8BB321. Grayscale: #686868. Windows color (decimal): -9155362 or 14568564. OLE color: 14568564.

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

Color convert

RGB11676222-
CMYK0.480.6600.13
HSL256.44º68.87%58.43%-
HSV(B)256.44º65.77%87.06%-
XYZ22.9714.1670.63-
YUV104.6194.25136.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=28.02%
G=18.36%
B=53.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116762220.480.6600.13256.4468.8758.43
Hex744CDE30420D100453a
Octal1641143366010201540010572
Binary11101001001100110111101100001000010011011000000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,76,222); }

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

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

 a { background-color: rgb(116,76,222); }

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

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

 span { border-color: rgb(116,76,222); }

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