Shades of Moody Blue #737DDB
Tints of Moody Blue #737DDB
RGB
CMYK
RGB Variations
Color information
#737DDB (or 0x737DDB) is known color: 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
| RGB | 115 | 125 | 219 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.14 |
| HSL | 234.23º | 0.59% | 0.65% | - |
| HSV(B) | 234.23º | 0.47% | 0.86% | - |
| XYZ | 27.19 | 23.43 | 70.11 | - |
| YUV | 132.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 219 | 0.47 | 0.43 | 0 | 0.14 | 234.23 | 0.59 | 0.65 |
| Hex | 73 | 7D | DB | 2F | 2B | 0 | E | EA | 3B | 41 |
| Octal | 163 | 175 | 333 | 57 | 53 | 0 | 16 | 352 | 73 | 101 |
| Binary | 1110011 | 1111101 | 11011011 | 101111 | 101011 | 0 | 1110 | 11101010 | 111011 | 1000001 |
Color Harmonies of #737DDB
Complementary color
Monochromatic Colors of #737DDB
Black with #737DDB
Text Example
Text Example
White with #737DDB
Text Example
Text Example
HTML Codes & Css Web 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>