#746DD1

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

Shades of Moody Blue #746DD1

Tints of Moody Blue #746DD1

Color information

#746DD1 (or 0x746DD1) is unknown color: approx Moody Blue. HEX triplet: 74, 6D and D1. RGB value is (116,109,209). Sum of RGB (Red+Green+Blue) = 116+109+209=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #746DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DD1 is #8B922E. Grayscale: #7A7A7A. Windows color (decimal): -9146927 or 13725044. OLE color: 13725044.

HSL color Cylindrical-coordinate representation of color #746DD1: hue angle of 244.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746DD1 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116109209-
CMYK0.440.4800.18
HSL244.2º52.08%62.35%-
HSV(B)244.2º47.85%81.96%-
XYZ24.1819.2562.76-
YUV122.49176.82123.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=26.73%
G=25.12%
B=48.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161092090.440.4800.18244.252.0862.35
Hex746DD12C30012f4343e
Octal16415532154600223646476
Binary111010011011011101000110110011000001001011110100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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