Shades of Moody Blue #746ED0
Tints of Moody Blue #746ED0
RGB
CMYK
RGB Variations
Color information
#746ED0 (or 0x746ED0) is known color: Moody Blue. HEX triplet: 74, 6E and D0. RGB value is (116,110,208). Sum of RGB (Red+Green+Blue) = 116+110+208=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #746ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ED0 is #8B912F. Grayscale: #7A7A7A. Windows color (decimal): -9146672 or 13659764. OLE color: 13659764.
HSL color Cylindrical-coordinate representation of color #746ED0: hue angle of 243.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746ED0 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 110 | 208 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.18 |
| HSL | 243.67º | 0.51% | 0.62% | - |
| HSV(B) | 243.67º | 0.47% | 0.82% | - |
| XYZ | 24.16 | 19.42 | 62.15 | - |
| YUV | 122.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 208 | 0.44 | 0.47 | 0 | 0.18 | 243.67 | 0.51 | 0.62 |
| Hex | 74 | 6E | D0 | 2C | 2F | 0 | 12 | F4 | 33 | 3E |
| Octal | 164 | 156 | 320 | 54 | 57 | 0 | 22 | 364 | 63 | 76 |
| Binary | 1110100 | 1101110 | 11010000 | 101100 | 101111 | 0 | 10010 | 11110100 | 110011 | 111110 |
Color Harmonies of #746ED0
Complementary color
Monochromatic Colors of #746ED0
Black with #746ED0
Text Example
Text Example
White with #746ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ED0; }
p { color: rgb(116,110,208); }
H1.HeaderClassName
{
color: #746ED0;
}
.AnyTagClassName
{
color: #746ED0;
}
</style>
background-color css
<style>
a { background-color: #746ED0; }
a { background-color: rgb(116,110,208); }
div.DivClassName
{
background-color: #746ED0;
}
.BgClassName
{
background-color: #746ED0;
}
</style>
border-color css
<style>
span { border-color: #746ED0; }
span { border-color: rgb(116,110,208); }
td.TdClassName
{
border-color: #746ED0;
}
.TagClassName
{
border-color: #746ED0;
}
</style>