#744cce

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

Shades of Slate Blue #744CCE

Tints of Slate Blue #744CCE

Color information

#744CCE (or 0x744CCE) is unknown color: approx Slate Blue. HEX triplet: 74, 4C and CE. RGB value is (116,76,206). Sum of RGB (Red+Green+Blue) = 116+76+206=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #744CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCE is #8BB331. Grayscale: #666666. Windows color (decimal): -9155378 or 13519988. OLE color: 13519988.

HSL color Cylindrical-coordinate representation of color #744CCE: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744CCE is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11676206-
CMYK0.440.6300.19
HSL258.46º57.02%55.29%-
HSV(B)258.46º63.11%80.78%-
XYZ20.9313.3459.86-
YUV102.78186.25137.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 206 (80.86% from 255) = 51.76%
R=29.15%
G=19.10%
B=51.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116762060.440.6300.19258.4657.0255.29
Hex744CCE2C3F0131023937
Octal16411431654770234027167
Binary1110100100110011001110101100111111010011100000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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