Shades of Moody Blue #746FD0
Tints of Moody Blue #746FD0
RGB
CMYK
RGB Variations
Color information
#746FD0 (or 0x746FD0) is known color: Moody Blue. HEX triplet: 74, 6F and D0. RGB value is (116,111,208). Sum of RGB (Red+Green+Blue) = 116+111+208=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #746FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FD0 is #8B902F. Grayscale: #7B7B7B. Windows color (decimal): -9146416 or 13660020. OLE color: 13660020.
HSL color Cylindrical-coordinate representation of color #746FD0: hue angle of 243.09º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746FD0 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 111 | 208 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.18 |
| HSL | 243.09º | 0.51% | 0.63% | - |
| HSV(B) | 243.09º | 0.47% | 0.82% | - |
| XYZ | 24.27 | 19.64 | 62.19 | - |
| YUV | 123.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 208 | 0.44 | 0.47 | 0 | 0.18 | 243.09 | 0.51 | 0.63 |
| Hex | 74 | 6F | D0 | 2C | 2F | 0 | 12 | F3 | 33 | 3F |
| Octal | 164 | 157 | 320 | 54 | 57 | 0 | 22 | 363 | 63 | 77 |
| Binary | 1110100 | 1101111 | 11010000 | 101100 | 101111 | 0 | 10010 | 11110011 | 110011 | 111111 |
Color Harmonies of #746FD0
Complementary color
Monochromatic Colors of #746FD0
Black with #746FD0
Text Example
Text Example
White with #746FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FD0; }
p { color: rgb(116,111,208); }
H1.HeaderClassName
{
color: #746FD0;
}
.AnyTagClassName
{
color: #746FD0;
}
</style>
background-color css
<style>
a { background-color: #746FD0; }
a { background-color: rgb(116,111,208); }
div.DivClassName
{
background-color: #746FD0;
}
.BgClassName
{
background-color: #746FD0;
}
</style>
border-color css
<style>
span { border-color: #746FD0; }
span { border-color: rgb(116,111,208); }
td.TdClassName
{
border-color: #746FD0;
}
.TagClassName
{
border-color: #746FD0;
}
</style>