Shades of Moody Blue #746DCF
Tints of Moody Blue #746DCF
RGB
CMYK
RGB Variations
Color information
#746DCF (or 0x746DCF) is known color: Moody Blue. HEX triplet: 74, 6D and CF. RGB value is (116,109,207). Sum of RGB (Red+Green+Blue) = 116+109+207=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #746DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DCF is #8B9230. Grayscale: #797979. Windows color (decimal): -9146929 or 13593972. OLE color: 13593972.
HSL color Cylindrical-coordinate representation of color #746DCF: hue angle of 244.29º 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 #746DCF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 109 | 207 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.19 |
| HSL | 244.29º | 0.51% | 0.62% | - |
| HSV(B) | 244.29º | 0.47% | 0.81% | - |
| XYZ | 23.93 | 19.16 | 61.47 | - |
| YUV | 122.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 207 | 0.44 | 0.47 | 0 | 0.19 | 244.29 | 0.51 | 0.62 |
| Hex | 74 | 6D | CF | 2C | 2F | 0 | 13 | F4 | 33 | 3E |
| Octal | 164 | 155 | 317 | 54 | 57 | 0 | 23 | 364 | 63 | 76 |
| Binary | 1110100 | 1101101 | 11001111 | 101100 | 101111 | 0 | 10011 | 11110100 | 110011 | 111110 |
Color Harmonies of #746DCF
Complementary color
Monochromatic Colors of #746DCF
Black with #746DCF
Text Example
Text Example
White with #746DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DCF; }
p { color: rgb(116,109,207); }
H1.HeaderClassName
{
color: #746DCF;
}
.AnyTagClassName
{
color: #746DCF;
}
</style>
background-color css
<style>
a { background-color: #746DCF; }
a { background-color: rgb(116,109,207); }
div.DivClassName
{
background-color: #746DCF;
}
.BgClassName
{
background-color: #746DCF;
}
</style>
border-color css
<style>
span { border-color: #746DCF; }
span { border-color: rgb(116,109,207); }
td.TdClassName
{
border-color: #746DCF;
}
.TagClassName
{
border-color: #746DCF;
}
</style>