Shades of Moody Blue #746BBE
Tints of Moody Blue #746BBE
RGB
CMYK
RGB Variations
Color information
#746BBE (or 0x746BBE) is known color: Moody Blue. HEX triplet: 74, 6B and BE. RGB value is (116,107,190). Sum of RGB (Red+Green+Blue) = 116+107+190=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #746BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BBE is #8B9441. Grayscale: #767676. Windows color (decimal): -9147458 or 12479348. OLE color: 12479348.
HSL color Cylindrical-coordinate representation of color #746BBE: hue angle of 246.51º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746BBE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 107 | 190 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.25 |
| HSL | 246.51º | 0.39% | 0.58% | - |
| HSV(B) | 246.51º | 0.44% | 0.75% | - |
| XYZ | 21.75 | 17.95 | 51.03 | - |
| YUV | 119.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 190 | 0.39 | 0.44 | 0 | 0.25 | 246.51 | 0.39 | 0.58 |
| Hex | 74 | 6B | BE | 27 | 2C | 0 | 19 | F7 | 27 | 3A |
| Octal | 164 | 153 | 276 | 47 | 54 | 0 | 31 | 367 | 47 | 72 |
| Binary | 1110100 | 1101011 | 10111110 | 100111 | 101100 | 0 | 11001 | 11110111 | 100111 | 111010 |
Color Harmonies of #746BBE
Complementary color
Monochromatic Colors of #746BBE
Black with #746BBE
Text Example
Text Example
White with #746BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BBE; }
p { color: rgb(116,107,190); }
H1.HeaderClassName
{
color: #746BBE;
}
.AnyTagClassName
{
color: #746BBE;
}
</style>
background-color css
<style>
a { background-color: #746BBE; }
a { background-color: rgb(116,107,190); }
div.DivClassName
{
background-color: #746BBE;
}
.BgClassName
{
background-color: #746BBE;
}
</style>
border-color css
<style>
span { border-color: #746BBE; }
span { border-color: rgb(116,107,190); }
td.TdClassName
{
border-color: #746BBE;
}
.TagClassName
{
border-color: #746BBE;
}
</style>