#737DDC

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

Shades of Moody Blue #737DDC

Tints of Moody Blue #737DDC

Color information

#737DDC (or 0x737DDC) is unknown color: approx Moody Blue. HEX triplet: 73, 7D and DC. RGB value is (115,125,220). Sum of RGB (Red+Green+Blue) = 115+125+220=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #737DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DDC is #8C8223. Grayscale: #848484. Windows color (decimal): -9208356 or 14450035. OLE color: 14450035.

HSL color Cylindrical-coordinate representation of color #737DDC: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #737DDC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115125220-
CMYK0.480.4300.14
HSL234.29º60%65.69%-
HSV(B)234.29º47.73%86.27%-
XYZ27.3223.4870.8-
YUV132.84177.19115.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=25%
G=27.17%
B=47.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151252200.480.4300.14234.296065.69
Hex737DDC302B0Eea3c42
Octal163175334605301635274102
Binary111001111111011101110011000010101101110111010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737DDC; }

 p { color: rgb(115,125,220); }

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

<style>
 a { background-color: #737DDC; }

 a { background-color: rgb(115,125,220); }

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

<style>
 span { border-color: #737DDC; }

 span { border-color: rgb(115,125,220); }

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