#737CD7

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

Shades of Moody Blue #737CD7

Tints of Moody Blue #737CD7

Color information

#737CD7 (or 0x737CD7) is unknown color: approx Moody Blue. HEX triplet: 73, 7C and D7. RGB value is (115,124,215). Sum of RGB (Red+Green+Blue) = 115+124+215=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #737CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CD7 is #8C8328. Grayscale: #838383. Windows color (decimal): -9208617 or 14122099. OLE color: 14122099.

HSL color Cylindrical-coordinate representation of color #737CD7: hue angle of 234.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #737CD7 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115124215-
CMYK0.470.4200.16
HSL234.6º55.56%64.71%-
HSV(B)234.6º46.51%84.31%-
XYZ26.5422.9767.32-
YUV131.68175.02116.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.33%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 215 (84.38% from 255) = 47.36%
R=25.33%
G=27.31%
B=47.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151242150.470.4200.16234.655.5664.71
Hex737CD72F2A010eb3841
Octal163174327575202035370101
Binary1110011111110011010111101111101010010000111010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,124,215); }

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

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

 a { background-color: rgb(115,124,215); }

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

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

 span { border-color: rgb(115,124,215); }

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