Shades of Moody Blue #746ECF
Tints of Moody Blue #746ECF
RGB
CMYK
RGB Variations
Color information
#746ECF (or 0x746ECF) is known color: Moody Blue. HEX triplet: 74, 6E and CF. RGB value is (116,110,207). Sum of RGB (Red+Green+Blue) = 116+110+207=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #746ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ECF is #8B9130. Grayscale: #7A7A7A. Windows color (decimal): -9146673 or 13594228. OLE color: 13594228.
HSL color Cylindrical-coordinate representation of color #746ECF: hue angle of 243.71º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746ECF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 110 | 207 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.19 |
| HSL | 243.71º | 0.5% | 0.62% | - |
| HSV(B) | 243.71º | 0.47% | 0.81% | - |
| XYZ | 24.04 | 19.37 | 61.5 | - |
| YUV | 122.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 207 | 0.44 | 0.47 | 0 | 0.19 | 243.71 | 0.5 | 0.62 |
| Hex | 74 | 6E | CF | 2C | 2F | 0 | 13 | F4 | 32 | 3E |
| Octal | 164 | 156 | 317 | 54 | 57 | 0 | 23 | 364 | 62 | 76 |
| Binary | 1110100 | 1101110 | 11001111 | 101100 | 101111 | 0 | 10011 | 11110100 | 110010 | 111110 |
Color Harmonies of #746ECF
Complementary color
Monochromatic Colors of #746ECF
Black with #746ECF
Text Example
Text Example
White with #746ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ECF; }
p { color: rgb(116,110,207); }
H1.HeaderClassName
{
color: #746ECF;
}
.AnyTagClassName
{
color: #746ECF;
}
</style>
background-color css
<style>
a { background-color: #746ECF; }
a { background-color: rgb(116,110,207); }
div.DivClassName
{
background-color: #746ECF;
}
.BgClassName
{
background-color: #746ECF;
}
</style>
border-color css
<style>
span { border-color: #746ECF; }
span { border-color: rgb(116,110,207); }
td.TdClassName
{
border-color: #746ECF;
}
.TagClassName
{
border-color: #746ECF;
}
</style>