Shades of Moody Blue #737FD3
Tints of Moody Blue #737FD3
RGB
CMYK
RGB Variations
Color information
#737FD3 (or 0x737FD3) is known color: Moody Blue. HEX triplet: 73, 7F and D3. RGB value is (115,127,211). Sum of RGB (Red+Green+Blue) = 115+127+211=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #737FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FD3 is #8C802C. Grayscale: #848484. Windows color (decimal): -9207853 or 13860723. OLE color: 13860723.
HSL color Cylindrical-coordinate representation of color #737FD3: hue angle of 232.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #737FD3 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 127 | 211 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.17 |
| HSL | 232.5º | 0.52% | 0.64% | - |
| HSV(B) | 232.5º | 0.45% | 0.83% | - |
| XYZ | 26.42 | 23.53 | 64.78 | - |
| YUV | 132.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 211 | 0.45 | 0.40 | 0 | 0.17 | 232.5 | 0.52 | 0.64 |
| Hex | 73 | 7F | D3 | 2D | 28 | 0 | 11 | E8 | 34 | 40 |
| Octal | 163 | 177 | 323 | 55 | 50 | 0 | 21 | 350 | 64 | 100 |
| Binary | 1110011 | 1111111 | 11010011 | 101101 | 101000 | 0 | 10001 | 11101000 | 110100 | 1000000 |
Color Harmonies of #737FD3
Complementary color
Monochromatic Colors of #737FD3
Black with #737FD3
Text Example
Text Example
White with #737FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FD3; }
p { color: rgb(115,127,211); }
H1.HeaderClassName
{
color: #737FD3;
}
.AnyTagClassName
{
color: #737FD3;
}
</style>
background-color css
<style>
a { background-color: #737FD3; }
a { background-color: rgb(115,127,211); }
div.DivClassName
{
background-color: #737FD3;
}
.BgClassName
{
background-color: #737FD3;
}
</style>
border-color css
<style>
span { border-color: #737FD3; }
span { border-color: rgb(115,127,211); }
td.TdClassName
{
border-color: #737FD3;
}
.TagClassName
{
border-color: #737FD3;
}
</style>