#747DD1

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

Shades of Moody Blue #747DD1

Tints of Moody Blue #747DD1

Color information

#747DD1 (or 0x747DD1) is unknown color: approx Moody Blue. HEX triplet: 74, 7D and D1. RGB value is (116,125,209). Sum of RGB (Red+Green+Blue) = 116+125+209=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #747DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DD1 is #8B822E. Grayscale: #838383. Windows color (decimal): -9142831 or 13729140. OLE color: 13729140.

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

Color convert

RGB116125209-
CMYK0.440.4000.18
HSL234.19º50.27%63.73%-
HSV(B)234.19º44.5%81.96%-
XYZ26.0422.9863.39-
YUV131.88171.52116.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=25.78%
G=27.78%
B=46.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161252090.440.4000.18234.1950.2763.73
Hex747DD12C28012ea3240
Octal164175321545002235262100
Binary1110100111110111010001101100101000010010111010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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