#744FCC

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

Shades of Slate Blue #744FCC

Tints of Slate Blue #744FCC

Color information

#744FCC (or 0x744FCC) is unknown color: approx Slate Blue. HEX triplet: 74, 4F and CC. RGB value is (116,79,204). Sum of RGB (Red+Green+Blue) = 116+79+204=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #744FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FCC is #8BB033. Grayscale: #676767. Windows color (decimal): -9154612 or 13389684. OLE color: 13389684.

HSL color Cylindrical-coordinate representation of color #744FCC: hue angle of 257.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744FCC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11679204-
CMYK0.430.6100.2
HSL257.76º55.07%55.49%-
HSV(B)257.76º61.27%80%-
XYZ20.913.6658.66-
YUV104.31184.26136.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=29.07%
G=19.80%
B=51.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116792040.430.6100.2257.7655.0755.49
Hex744FCC2B3D0141023737
Octal16411731453750244026767
Binary1110100100111111001100101011111101010100100000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,204); }

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

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

 a { background-color: rgb(116,79,204); }

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

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

 span { border-color: rgb(116,79,204); }

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