#744CCF

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

Shades of Slate Blue #744CCF

Tints of Slate Blue #744CCF

Color information

#744CCF (or 0x744CCF) is unknown color: approx Slate Blue. HEX triplet: 74, 4C and CF. RGB value is (116,76,207). Sum of RGB (Red+Green+Blue) = 116+76+207=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #744CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCF is #8BB330. Grayscale: #666666. Windows color (decimal): -9155377 or 13585524. OLE color: 13585524.

HSL color Cylindrical-coordinate representation of color #744CCF: hue angle of 258.32º degrees, saturation: 0.58, 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 #744CCF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11676207-
CMYK0.440.6300.19
HSL258.32º57.71%55.49%-
HSV(B)258.32º63.29%81.18%-
XYZ21.0513.3960.51-
YUV102.89186.75137.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=29.07%
G=19.05%
B=51.88%

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
Decimal116762070.440.6300.19258.3257.7155.49
Hex744CCF2C3F0131023a37
Octal16411431754770234027267
Binary1110100100110011001111101100111111010011100000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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