Shades of Moody Blue #746DD0
Tints of Moody Blue #746DD0
RGB
CMYK
RGB Variations
Color information
#746DD0 (or 0x746DD0) is known color: Moody Blue. HEX triplet: 74, 6D and D0. RGB value is (116,109,208). Sum of RGB (Red+Green+Blue) = 116+109+208=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #746DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DD0 is #8B922F. Grayscale: #797979. Windows color (decimal): -9146928 or 13659508. OLE color: 13659508.
HSL color Cylindrical-coordinate representation of color #746DD0: hue angle of 244.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746DD0 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 109 | 208 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.18 |
| HSL | 244.24º | 0.51% | 0.62% | - |
| HSV(B) | 244.24º | 0.48% | 0.82% | - |
| XYZ | 24.06 | 19.2 | 62.11 | - |
| YUV | 122.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 208 | 0.44 | 0.48 | 0 | 0.18 | 244.24 | 0.51 | 0.62 |
| Hex | 74 | 6D | D0 | 2C | 30 | 0 | 12 | F4 | 33 | 3E |
| Octal | 164 | 155 | 320 | 54 | 60 | 0 | 22 | 364 | 63 | 76 |
| Binary | 1110100 | 1101101 | 11010000 | 101100 | 110000 | 0 | 10010 | 11110100 | 110011 | 111110 |
Color Harmonies of #746DD0
Complementary color
Monochromatic Colors of #746DD0
Black with #746DD0
Text Example
Text Example
White with #746DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DD0; }
p { color: rgb(116,109,208); }
H1.HeaderClassName
{
color: #746DD0;
}
.AnyTagClassName
{
color: #746DD0;
}
</style>
background-color css
<style>
a { background-color: #746DD0; }
a { background-color: rgb(116,109,208); }
div.DivClassName
{
background-color: #746DD0;
}
.BgClassName
{
background-color: #746DD0;
}
</style>
border-color css
<style>
span { border-color: #746DD0; }
span { border-color: rgb(116,109,208); }
td.TdClassName
{
border-color: #746DD0;
}
.TagClassName
{
border-color: #746DD0;
}
</style>