Shades of Moody Blue #737DCF
Tints of Moody Blue #737DCF
RGB
CMYK
RGB Variations
Color information
#737DCF (or 0x737DCF) is known color: Moody Blue. HEX triplet: 73, 7D and CF. RGB value is (115,125,207). Sum of RGB (Red+Green+Blue) = 115+125+207=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #737DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DCF is #8C8230. Grayscale: #838383. Windows color (decimal): -9208369 or 13598067. OLE color: 13598067.
HSL color Cylindrical-coordinate representation of color #737DCF: hue angle of 233.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737DCF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 125 | 207 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.19 |
| HSL | 233.48º | 0.49% | 0.63% | - |
| HSV(B) | 233.48º | 0.44% | 0.81% | - |
| XYZ | 25.67 | 22.82 | 62.08 | - |
| YUV | 131.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 207 | 0.44 | 0.40 | 0 | 0.19 | 233.48 | 0.49 | 0.63 |
| Hex | 73 | 7D | CF | 2C | 28 | 0 | 13 | E9 | 31 | 3F |
| Octal | 163 | 175 | 317 | 54 | 50 | 0 | 23 | 351 | 61 | 77 |
| Binary | 1110011 | 1111101 | 11001111 | 101100 | 101000 | 0 | 10011 | 11101001 | 110001 | 111111 |
Color Harmonies of #737DCF
Complementary color
Monochromatic Colors of #737DCF
Black with #737DCF
Text Example
Text Example
White with #737DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DCF; }
p { color: rgb(115,125,207); }
H1.HeaderClassName
{
color: #737DCF;
}
.AnyTagClassName
{
color: #737DCF;
}
</style>
background-color css
<style>
a { background-color: #737DCF; }
a { background-color: rgb(115,125,207); }
div.DivClassName
{
background-color: #737DCF;
}
.BgClassName
{
background-color: #737DCF;
}
</style>
border-color css
<style>
span { border-color: #737DCF; }
span { border-color: rgb(115,125,207); }
td.TdClassName
{
border-color: #737DCF;
}
.TagClassName
{
border-color: #737DCF;
}
</style>