Shades of Moody Blue #736DCF
Tints of Moody Blue #736DCF
RGB
CMYK
RGB Variations
Color information
#736DCF (or 0x736DCF) is known color: Moody Blue. HEX triplet: 73, 6D and CF. RGB value is (115,109,207). Sum of RGB (Red+Green+Blue) = 115+109+207=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #736DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736DCF is #8C9230. Grayscale: #797979. Windows color (decimal): -9212465 or 13593971. OLE color: 13593971.
HSL color Cylindrical-coordinate representation of color #736DCF: hue angle of 243.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736DCF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 109 | 207 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.19 |
| HSL | 243.67º | 0.51% | 0.62% | - |
| HSV(B) | 243.67º | 0.47% | 0.81% | - |
| XYZ | 23.8 | 19.09 | 61.46 | - |
| YUV | 121.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 207 | 0.44 | 0.47 | 0 | 0.19 | 243.67 | 0.51 | 0.62 |
| Hex | 73 | 6D | CF | 2C | 2F | 0 | 13 | F4 | 33 | 3E |
| Octal | 163 | 155 | 317 | 54 | 57 | 0 | 23 | 364 | 63 | 76 |
| Binary | 1110011 | 1101101 | 11001111 | 101100 | 101111 | 0 | 10011 | 11110100 | 110011 | 111110 |
Color Harmonies of #736DCF
Complementary color
Monochromatic Colors of #736DCF
Black with #736DCF
Text Example
Text Example
White with #736DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DCF; }
p { color: rgb(115,109,207); }
H1.HeaderClassName
{
color: #736DCF;
}
.AnyTagClassName
{
color: #736DCF;
}
</style>
background-color css
<style>
a { background-color: #736DCF; }
a { background-color: rgb(115,109,207); }
div.DivClassName
{
background-color: #736DCF;
}
.BgClassName
{
background-color: #736DCF;
}
</style>
border-color css
<style>
span { border-color: #736DCF; }
span { border-color: rgb(115,109,207); }
td.TdClassName
{
border-color: #736DCF;
}
.TagClassName
{
border-color: #736DCF;
}
</style>