#747CCF

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

Shades of Moody Blue #747CCF

Tints of Moody Blue #747CCF

Color information

#747CCF (or 0x747CCF) is unknown color: approx Moody Blue. HEX triplet: 74, 7C and CF. RGB value is (116,124,207). Sum of RGB (Red+Green+Blue) = 116+124+207=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #747CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CCF is #8B8330. Grayscale: #828282. Windows color (decimal): -9143089 or 13597812. OLE color: 13597812.

HSL color Cylindrical-coordinate representation of color #747CCF: hue angle of 234.73º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747CCF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116124207-
CMYK0.440.4000.19
HSL234.73º48.66%63.33%-
HSV(B)234.73º43.96%81.18%-
XYZ25.6722.6362.05-
YUV131.07170.85117.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=25.95%
G=27.74%
B=46.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161242070.440.4000.19234.7348.6663.33
Hex747CCF2C28013eb313f
Octal16417431754500233536177
Binary111010011111001100111110110010100001001111101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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