#744CC6

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

Shades of Slate Blue #744CC6

Tints of Slate Blue #744CC6

Color information

#744CC6 (or 0x744CC6) is unknown color: approx Slate Blue. HEX triplet: 74, 4C and C6. RGB value is (116,76,198). Sum of RGB (Red+Green+Blue) = 116+76+198=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #744CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CC6 is #8BB339. Grayscale: #656565. Windows color (decimal): -9155386 or 12995700. OLE color: 12995700.

HSL color Cylindrical-coordinate representation of color #744CC6: hue angle of 259.67º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744CC6 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11676198-
CMYK0.410.6200.22
HSL259.67º51.69%53.73%-
HSV(B)259.67º61.62%77.65%-
XYZ19.9812.9654.87-
YUV101.87182.25138.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=29.74%
G=19.49%
B=50.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116761980.410.6200.22259.6751.6953.73
Hex744CC6293E0161043436
Octal16411430651760264046466
Binary1110100100110011000110101001111110010110100000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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