Shades of Moody Blue #746FC0
Tints of Moody Blue #746FC0
RGB
CMYK
RGB Variations
Color information
#746FC0 (or 0x746FC0) is known color: Moody Blue. HEX triplet: 74, 6F and C0. RGB value is (116,111,192). Sum of RGB (Red+Green+Blue) = 116+111+192=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #746FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FC0 is #8B903F. Grayscale: #797979. Windows color (decimal): -9146432 or 12611444. OLE color: 12611444.
HSL color Cylindrical-coordinate representation of color #746FC0: hue angle of 243.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746FC0 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 111 | 192 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.25 |
| HSL | 243.7º | 0.39% | 0.59% | - |
| HSV(B) | 243.7º | 0.42% | 0.75% | - |
| XYZ | 22.4 | 18.89 | 52.33 | - |
| YUV | 121.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 192 | 0.40 | 0.42 | 0 | 0.25 | 243.7 | 0.39 | 0.59 |
| Hex | 74 | 6F | C0 | 28 | 2A | 0 | 19 | F4 | 27 | 3B |
| Octal | 164 | 157 | 300 | 50 | 52 | 0 | 31 | 364 | 47 | 73 |
| Binary | 1110100 | 1101111 | 11000000 | 101000 | 101010 | 0 | 11001 | 11110100 | 100111 | 111011 |
Color Harmonies of #746FC0
Complementary color
Monochromatic Colors of #746FC0
Black with #746FC0
Text Example
Text Example
White with #746FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FC0; }
p { color: rgb(116,111,192); }
H1.HeaderClassName
{
color: #746FC0;
}
.AnyTagClassName
{
color: #746FC0;
}
</style>
background-color css
<style>
a { background-color: #746FC0; }
a { background-color: rgb(116,111,192); }
div.DivClassName
{
background-color: #746FC0;
}
.BgClassName
{
background-color: #746FC0;
}
</style>
border-color css
<style>
span { border-color: #746FC0; }
span { border-color: rgb(116,111,192); }
td.TdClassName
{
border-color: #746FC0;
}
.TagClassName
{
border-color: #746FC0;
}
</style>