#744FCD

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

Shades of Slate Blue #744FCD

Tints of Slate Blue #744FCD

Color information

#744FCD (or 0x744FCD) is unknown color: approx Slate Blue. HEX triplet: 74, 4F and CD. RGB value is (116,79,205). Sum of RGB (Red+Green+Blue) = 116+79+205=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #744FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FCD is #8BB032. Grayscale: #676767. Windows color (decimal): -9154611 or 13455220. OLE color: 13455220.

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

Color convert

RGB11679205-
CMYK0.430.6100.20
HSL257.62º55.75%55.69%-
HSV(B)257.62º61.46%80.39%-
XYZ21.0213.7159.3-
YUV104.43184.76136.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=29%
G=19.75%
B=51.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116792050.430.6100.20257.6255.7555.69
Hex744FCD2B3D0141023838
Octal16411731553750244027070
Binary1110100100111111001101101011111101010100100000010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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