Shades of Moody Blue #737FD9
Tints of Moody Blue #737FD9
RGB
CMYK
RGB Variations
Color information
#737FD9 (or 0x737FD9) is known color: Moody Blue. HEX triplet: 73, 7F and D9. RGB value is (115,127,217). Sum of RGB (Red+Green+Blue) = 115+127+217=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #737FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FD9 is #8C8026. Grayscale: #858585. Windows color (decimal): -9207847 or 14253939. OLE color: 14253939.
HSL color Cylindrical-coordinate representation of color #737FD9: hue angle of 232.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #737FD9 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 127 | 217 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.15 |
| HSL | 232.94º | 0.57% | 0.65% | - |
| HSV(B) | 232.94º | 0.47% | 0.85% | - |
| XYZ | 27.18 | 23.83 | 68.81 | - |
| YUV | 133.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 217 | 0.47 | 0.41 | 0 | 0.15 | 232.94 | 0.57 | 0.65 |
| Hex | 73 | 7F | D9 | 2F | 29 | 0 | F | E9 | 39 | 41 |
| Octal | 163 | 177 | 331 | 57 | 51 | 0 | 17 | 351 | 71 | 101 |
| Binary | 1110011 | 1111111 | 11011001 | 101111 | 101001 | 0 | 1111 | 11101001 | 111001 | 1000001 |
Color Harmonies of #737FD9
Complementary color
Monochromatic Colors of #737FD9
Black with #737FD9
Text Example
Text Example
White with #737FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FD9; }
p { color: rgb(115,127,217); }
H1.HeaderClassName
{
color: #737FD9;
}
.AnyTagClassName
{
color: #737FD9;
}
</style>
background-color css
<style>
a { background-color: #737FD9; }
a { background-color: rgb(115,127,217); }
div.DivClassName
{
background-color: #737FD9;
}
.BgClassName
{
background-color: #737FD9;
}
</style>
border-color css
<style>
span { border-color: #737FD9; }
span { border-color: rgb(115,127,217); }
td.TdClassName
{
border-color: #737FD9;
}
.TagClassName
{
border-color: #737FD9;
}
</style>