#747DCE

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

Shades of Moody Blue #747DCE

Tints of Moody Blue #747DCE

Color information

#747DCE (or 0x747DCE) is unknown color: approx Moody Blue. HEX triplet: 74, 7D and CE. RGB value is (116,125,206). Sum of RGB (Red+Green+Blue) = 116+125+206=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #747DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DCE is #8B8231. Grayscale: #838383. Windows color (decimal): -9142834 or 13532532. OLE color: 13532532.

HSL color Cylindrical-coordinate representation of color #747DCE: hue angle of 234º degrees, saturation: 0.48, 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 #747DCE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116125206-
CMYK0.440.3900.19
HSL234º47.87%63.14%-
HSV(B)234º43.69%80.78%-
XYZ25.6822.8461.45-
YUV131.54170.02116.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=25.95%
G=27.96%
B=46.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161252060.440.3900.1923447.8763.14
Hex747DCE2C27013ea303f
Octal16417531654470233526077
Binary111010011111011100111010110010011101001111101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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