#747FD6

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

Shades of Moody Blue #747FD6

Tints of Moody Blue #747FD6

Color information

#747FD6 (or 0x747FD6) is unknown color: approx Moody Blue. HEX triplet: 74, 7F and D6. RGB value is (116,127,214). Sum of RGB (Red+Green+Blue) = 116+127+214=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #747FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FD6 is #8B8029. Grayscale: #858585. Windows color (decimal): -9142314 or 14057332. OLE color: 14057332.

HSL color Cylindrical-coordinate representation of color #747FD6: hue angle of 233.27º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #747FD6 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116127214-
CMYK0.460.4100.16
HSL233.27º54.44%64.71%-
HSV(B)233.27º45.79%83.92%-
XYZ26.9323.7566.78-
YUV133.63173.36115.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=25.38%
G=27.79%
B=46.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161272140.460.4100.16233.2754.4464.71
Hex747FD62E29010e93641
Octal164177326565102035166101
Binary1110100111111111010110101110101001010000111010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,127,214); }

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

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

 a { background-color: rgb(116,127,214); }

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

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

 span { border-color: rgb(116,127,214); }

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