Shades of Moody Blue #737FD4
Tints of Moody Blue #737FD4
RGB
CMYK
RGB Variations
Color information
#737FD4 (or 0x737FD4) is known color: Moody Blue. HEX triplet: 73, 7F and D4. RGB value is (115,127,212). Sum of RGB (Red+Green+Blue) = 115+127+212=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #737FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FD4 is #8C802B. Grayscale: #848484. Windows color (decimal): -9207852 or 13926259. OLE color: 13926259.
HSL color Cylindrical-coordinate representation of color #737FD4: hue angle of 232.58º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #737FD4 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 127 | 212 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.17 |
| HSL | 232.58º | 0.53% | 0.64% | - |
| HSV(B) | 232.58º | 0.46% | 0.83% | - |
| XYZ | 26.54 | 23.58 | 65.44 | - |
| YUV | 133.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 212 | 0.46 | 0.40 | 0 | 0.17 | 232.58 | 0.53 | 0.64 |
| Hex | 73 | 7F | D4 | 2E | 28 | 0 | 11 | E9 | 35 | 40 |
| Octal | 163 | 177 | 324 | 56 | 50 | 0 | 21 | 351 | 65 | 100 |
| Binary | 1110011 | 1111111 | 11010100 | 101110 | 101000 | 0 | 10001 | 11101001 | 110101 | 1000000 |
Color Harmonies of #737FD4
Complementary color
Monochromatic Colors of #737FD4
Black with #737FD4
Text Example
Text Example
White with #737FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FD4; }
p { color: rgb(115,127,212); }
H1.HeaderClassName
{
color: #737FD4;
}
.AnyTagClassName
{
color: #737FD4;
}
</style>
background-color css
<style>
a { background-color: #737FD4; }
a { background-color: rgb(115,127,212); }
div.DivClassName
{
background-color: #737FD4;
}
.BgClassName
{
background-color: #737FD4;
}
</style>
border-color css
<style>
span { border-color: #737FD4; }
span { border-color: rgb(115,127,212); }
td.TdClassName
{
border-color: #737FD4;
}
.TagClassName
{
border-color: #737FD4;
}
</style>