Shades of Moody Blue #746DBA
Tints of Moody Blue #746DBA
RGB
CMYK
RGB Variations
Color information
#746DBA (or 0x746DBA) is known color: Moody Blue. HEX triplet: 74, 6D and BA. RGB value is (116,109,186). Sum of RGB (Red+Green+Blue) = 116+109+186=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #746DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DBA is #8B9245. Grayscale: #777777. Windows color (decimal): -9146950 or 12217716. OLE color: 12217716.
HSL color Cylindrical-coordinate representation of color #746DBA: hue angle of 245.45º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746DBA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 109 | 186 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.27 |
| HSL | 245.45º | 0.36% | 0.58% | - |
| HSV(B) | 245.45º | 0.41% | 0.73% | - |
| XYZ | 21.53 | 18.2 | 48.83 | - |
| YUV | 119.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 186 | 0.38 | 0.41 | 0 | 0.27 | 245.45 | 0.36 | 0.58 |
| Hex | 74 | 6D | BA | 26 | 29 | 0 | 1B | F5 | 24 | 3A |
| Octal | 164 | 155 | 272 | 46 | 51 | 0 | 33 | 365 | 44 | 72 |
| Binary | 1110100 | 1101101 | 10111010 | 100110 | 101001 | 0 | 11011 | 11110101 | 100100 | 111010 |
Color Harmonies of #746DBA
Complementary color
Monochromatic Colors of #746DBA
Black with #746DBA
Text Example
Text Example
White with #746DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DBA; }
p { color: rgb(116,109,186); }
H1.HeaderClassName
{
color: #746DBA;
}
.AnyTagClassName
{
color: #746DBA;
}
</style>
background-color css
<style>
a { background-color: #746DBA; }
a { background-color: rgb(116,109,186); }
div.DivClassName
{
background-color: #746DBA;
}
.BgClassName
{
background-color: #746DBA;
}
</style>
border-color css
<style>
span { border-color: #746DBA; }
span { border-color: rgb(116,109,186); }
td.TdClassName
{
border-color: #746DBA;
}
.TagClassName
{
border-color: #746DBA;
}
</style>