Shades of Moody Blue #746ECD
Tints of Moody Blue #746ECD
RGB
CMYK
RGB Variations
Color information
#746ECD (or 0x746ECD) is known color: Moody Blue. HEX triplet: 74, 6E and CD. RGB value is (116,110,205). Sum of RGB (Red+Green+Blue) = 116+110+205=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #746ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ECD is #8B9132. Grayscale: #7A7A7A. Windows color (decimal): -9146675 or 13463156. OLE color: 13463156.
HSL color Cylindrical-coordinate representation of color #746ECD: hue angle of 243.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746ECD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 110 | 205 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.20 |
| HSL | 243.79º | 0.49% | 0.62% | - |
| HSV(B) | 243.79º | 0.46% | 0.8% | - |
| XYZ | 23.8 | 19.27 | 60.22 | - |
| YUV | 122.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 205 | 0.43 | 0.46 | 0 | 0.20 | 243.79 | 0.49 | 0.62 |
| Hex | 74 | 6E | CD | 2B | 2E | 0 | 14 | F4 | 31 | 3E |
| Octal | 164 | 156 | 315 | 53 | 56 | 0 | 24 | 364 | 61 | 76 |
| Binary | 1110100 | 1101110 | 11001101 | 101011 | 101110 | 0 | 10100 | 11110100 | 110001 | 111110 |
Color Harmonies of #746ECD
Complementary color
Monochromatic Colors of #746ECD
Black with #746ECD
Text Example
Text Example
White with #746ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ECD; }
p { color: rgb(116,110,205); }
H1.HeaderClassName
{
color: #746ECD;
}
.AnyTagClassName
{
color: #746ECD;
}
</style>
background-color css
<style>
a { background-color: #746ECD; }
a { background-color: rgb(116,110,205); }
div.DivClassName
{
background-color: #746ECD;
}
.BgClassName
{
background-color: #746ECD;
}
</style>
border-color css
<style>
span { border-color: #746ECD; }
span { border-color: rgb(116,110,205); }
td.TdClassName
{
border-color: #746ECD;
}
.TagClassName
{
border-color: #746ECD;
}
</style>