Shades of Moody Blue #746DC7
Tints of Moody Blue #746DC7
RGB
CMYK
RGB Variations
Color information
#746DC7 (or 0x746DC7) is known color: Moody Blue. HEX triplet: 74, 6D and C7. RGB value is (116,109,199). Sum of RGB (Red+Green+Blue) = 116+109+199=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #746DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DC7 is #8B9238. Grayscale: #797979. Windows color (decimal): -9146937 or 13069684. OLE color: 13069684.
HSL color Cylindrical-coordinate representation of color #746DC7: hue angle of 244.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746DC7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 109 | 199 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.22 |
| HSL | 244.67º | 0.45% | 0.6% | - |
| HSV(B) | 244.67º | 0.45% | 0.78% | - |
| XYZ | 22.98 | 18.77 | 56.45 | - |
| YUV | 121.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 199 | 0.42 | 0.45 | 0 | 0.22 | 244.67 | 0.45 | 0.6 |
| Hex | 74 | 6D | C7 | 2A | 2D | 0 | 16 | F5 | 2D | 3C |
| Octal | 164 | 155 | 307 | 52 | 55 | 0 | 26 | 365 | 55 | 74 |
| Binary | 1110100 | 1101101 | 11000111 | 101010 | 101101 | 0 | 10110 | 11110101 | 101101 | 111100 |
Color Harmonies of #746DC7
Complementary color
Monochromatic Colors of #746DC7
Black with #746DC7
Text Example
Text Example
White with #746DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DC7; }
p { color: rgb(116,109,199); }
H1.HeaderClassName
{
color: #746DC7;
}
.AnyTagClassName
{
color: #746DC7;
}
</style>
background-color css
<style>
a { background-color: #746DC7; }
a { background-color: rgb(116,109,199); }
div.DivClassName
{
background-color: #746DC7;
}
.BgClassName
{
background-color: #746DC7;
}
</style>
border-color css
<style>
span { border-color: #746DC7; }
span { border-color: rgb(116,109,199); }
td.TdClassName
{
border-color: #746DC7;
}
.TagClassName
{
border-color: #746DC7;
}
</style>