Shades of Moody Blue #746DBB
Tints of Moody Blue #746DBB
RGB
CMYK
RGB Variations
Color information
#746DBB (or 0x746DBB) is known color: Moody Blue. HEX triplet: 74, 6D and BB. RGB value is (116,109,187). Sum of RGB (Red+Green+Blue) = 116+109+187=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #746DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DBB is #8B9244. Grayscale: #777777. Windows color (decimal): -9146949 or 12283252. OLE color: 12283252.
HSL color Cylindrical-coordinate representation of color #746DBB: hue angle of 245.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746DBB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 109 | 187 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.27 |
| HSL | 245.38º | 0.36% | 0.58% | - |
| HSV(B) | 245.38º | 0.42% | 0.73% | - |
| XYZ | 21.64 | 18.24 | 49.39 | - |
| YUV | 119.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 187 | 0.38 | 0.42 | 0 | 0.27 | 245.38 | 0.36 | 0.58 |
| Hex | 74 | 6D | BB | 26 | 2A | 0 | 1B | F5 | 24 | 3A |
| Octal | 164 | 155 | 273 | 46 | 52 | 0 | 33 | 365 | 44 | 72 |
| Binary | 1110100 | 1101101 | 10111011 | 100110 | 101010 | 0 | 11011 | 11110101 | 100100 | 111010 |
Color Harmonies of #746DBB
Complementary color
Monochromatic Colors of #746DBB
Black with #746DBB
Text Example
Text Example
White with #746DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DBB; }
p { color: rgb(116,109,187); }
H1.HeaderClassName
{
color: #746DBB;
}
.AnyTagClassName
{
color: #746DBB;
}
</style>
background-color css
<style>
a { background-color: #746DBB; }
a { background-color: rgb(116,109,187); }
div.DivClassName
{
background-color: #746DBB;
}
.BgClassName
{
background-color: #746DBB;
}
</style>
border-color css
<style>
span { border-color: #746DBB; }
span { border-color: rgb(116,109,187); }
td.TdClassName
{
border-color: #746DBB;
}
.TagClassName
{
border-color: #746DBB;
}
</style>