Shades of Moody Blue #746DBD
Tints of Moody Blue #746DBD
RGB
CMYK
RGB Variations
Color information
#746DBD (or 0x746DBD) is known color: Moody Blue. HEX triplet: 74, 6D and BD. RGB value is (116,109,189). Sum of RGB (Red+Green+Blue) = 116+109+189=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #746DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DBD is #8B9242. Grayscale: #777777. Windows color (decimal): -9146947 or 12414324. OLE color: 12414324.
HSL color Cylindrical-coordinate representation of color #746DBD: hue angle of 245.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746DBD is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 109 | 189 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.26 |
| HSL | 245.25º | 0.38% | 0.58% | - |
| HSV(B) | 245.25º | 0.42% | 0.74% | - |
| XYZ | 21.86 | 18.32 | 50.53 | - |
| YUV | 120.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 189 | 0.39 | 0.42 | 0 | 0.26 | 245.25 | 0.38 | 0.58 |
| Hex | 74 | 6D | BD | 27 | 2A | 0 | 1A | F5 | 26 | 3A |
| Octal | 164 | 155 | 275 | 47 | 52 | 0 | 32 | 365 | 46 | 72 |
| Binary | 1110100 | 1101101 | 10111101 | 100111 | 101010 | 0 | 11010 | 11110101 | 100110 | 111010 |
Color Harmonies of #746DBD
Complementary color
Monochromatic Colors of #746DBD
Black with #746DBD
Text Example
Text Example
White with #746DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DBD; }
p { color: rgb(116,109,189); }
H1.HeaderClassName
{
color: #746DBD;
}
.AnyTagClassName
{
color: #746DBD;
}
</style>
background-color css
<style>
a { background-color: #746DBD; }
a { background-color: rgb(116,109,189); }
div.DivClassName
{
background-color: #746DBD;
}
.BgClassName
{
background-color: #746DBD;
}
</style>
border-color css
<style>
span { border-color: #746DBD; }
span { border-color: rgb(116,109,189); }
td.TdClassName
{
border-color: #746DBD;
}
.TagClassName
{
border-color: #746DBD;
}
</style>