Shades of Moody Blue #737DD4
Tints of Moody Blue #737DD4
RGB
CMYK
RGB Variations
Color information
#737DD4 (or 0x737DD4) is known color: Moody Blue. HEX triplet: 73, 7D and D4. RGB value is (115,125,212). Sum of RGB (Red+Green+Blue) = 115+125+212=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #737DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DD4 is #8C822B. Grayscale: #838383. Windows color (decimal): -9208364 or 13925747. OLE color: 13925747.
HSL color Cylindrical-coordinate representation of color #737DD4: hue angle of 233.81º 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 #737DD4 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 125 | 212 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.17 |
| HSL | 233.81º | 0.53% | 0.64% | - |
| HSV(B) | 233.81º | 0.46% | 0.83% | - |
| XYZ | 26.29 | 23.07 | 65.35 | - |
| YUV | 131.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 212 | 0.46 | 0.41 | 0 | 0.17 | 233.81 | 0.53 | 0.64 |
| Hex | 73 | 7D | D4 | 2E | 29 | 0 | 11 | EA | 35 | 40 |
| Octal | 163 | 175 | 324 | 56 | 51 | 0 | 21 | 352 | 65 | 100 |
| Binary | 1110011 | 1111101 | 11010100 | 101110 | 101001 | 0 | 10001 | 11101010 | 110101 | 1000000 |
Color Harmonies of #737DD4
Complementary color
Monochromatic Colors of #737DD4
Black with #737DD4
Text Example
Text Example
White with #737DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DD4; }
p { color: rgb(115,125,212); }
H1.HeaderClassName
{
color: #737DD4;
}
.AnyTagClassName
{
color: #737DD4;
}
</style>
background-color css
<style>
a { background-color: #737DD4; }
a { background-color: rgb(115,125,212); }
div.DivClassName
{
background-color: #737DD4;
}
.BgClassName
{
background-color: #737DD4;
}
</style>
border-color css
<style>
span { border-color: #737DD4; }
span { border-color: rgb(115,125,212); }
td.TdClassName
{
border-color: #737DD4;
}
.TagClassName
{
border-color: #737DD4;
}
</style>