Shades of Moody Blue #737FDB
Tints of Moody Blue #737FDB
RGB
CMYK
RGB Variations
Color information
#737FDB (or 0x737FDB) is known color: Moody Blue. HEX triplet: 73, 7F and DB. RGB value is (115,127,219). Sum of RGB (Red+Green+Blue) = 115+127+219=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #737FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FDB is #8C8024. Grayscale: #858585. Windows color (decimal): -9207845 or 14385011. OLE color: 14385011.
HSL color Cylindrical-coordinate representation of color #737FDB: hue angle of 233.08º 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 #737FDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 127 | 219 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 233.08º | 0.59% | 0.65% | - |
| HSV(B) | 233.08º | 0.47% | 0.86% | - |
| XYZ | 27.45 | 23.94 | 70.19 | - |
| YUV | 133.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 219 | 0.47 | 0.42 | 0 | 0.14 | 233.08 | 0.59 | 0.65 |
| Hex | 73 | 7F | DB | 2F | 2A | 0 | E | E9 | 3B | 41 |
| Octal | 163 | 177 | 333 | 57 | 52 | 0 | 16 | 351 | 73 | 101 |
| Binary | 1110011 | 1111111 | 11011011 | 101111 | 101010 | 0 | 1110 | 11101001 | 111011 | 1000001 |
Color Harmonies of #737FDB
Complementary color
Monochromatic Colors of #737FDB
Black with #737FDB
Text Example
Text Example
White with #737FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FDB; }
p { color: rgb(115,127,219); }
H1.HeaderClassName
{
color: #737FDB;
}
.AnyTagClassName
{
color: #737FDB;
}
</style>
background-color css
<style>
a { background-color: #737FDB; }
a { background-color: rgb(115,127,219); }
div.DivClassName
{
background-color: #737FDB;
}
.BgClassName
{
background-color: #737FDB;
}
</style>
border-color css
<style>
span { border-color: #737FDB; }
span { border-color: rgb(115,127,219); }
td.TdClassName
{
border-color: #737FDB;
}
.TagClassName
{
border-color: #737FDB;
}
</style>