#737DDB

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

Shades of Moody Blue #737DDB

Tints of Moody Blue #737DDB

Color information

#737DDB (or 0x737DDB) is unknown color: approx Moody Blue. HEX triplet: 73, 7D and DB. RGB value is (115,125,219). Sum of RGB (Red+Green+Blue) = 115+125+219=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #737DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DDB is #8C8224. Grayscale: #848484. Windows color (decimal): -9208357 or 14384499. OLE color: 14384499.

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

Color convert

RGB115125219-
CMYK0.470.4300.14
HSL234.23º59.09%65.49%-
HSV(B)234.23º47.49%85.88%-
XYZ27.1923.4370.11-
YUV132.73176.69115.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.05%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=25.05%
G=27.23%
B=47.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151252190.470.4300.14234.2359.0965.49
Hex737DDB2F2B0Eea3b41
Octal163175333575301635273101
Binary111001111111011101101110111110101101110111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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