#746DCF

Color #746DCF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #746DCF

Tints of Moody Blue #746DCF

Color information

#746DCF (or 0x746DCF) is unknown color: approx Moody Blue. HEX triplet: 74, 6D and CF. RGB value is (116,109,207). Sum of RGB (Red+Green+Blue) = 116+109+207=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #746DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DCF is #8B9230. Grayscale: #797979. Windows color (decimal): -9146929 or 13593972. OLE color: 13593972.

HSL color Cylindrical-coordinate representation of color #746DCF: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746DCF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116109207-
CMYK0.440.4700.19
HSL244.29º50.52%61.96%-
HSV(B)244.29º47.34%81.18%-
XYZ23.9319.1661.47-
YUV122.26175.82123.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=26.85%
G=25.23%
B=47.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161092070.440.4700.19244.2950.5261.96
Hex746DCF2C2F013f4333e
Octal16415531754570233646376
Binary111010011011011100111110110010111101001111110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746DCF; }

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

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

<style>
 a { background-color: #746DCF; }

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

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

<style>
 span { border-color: #746DCF; }

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

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