Shades of Moody Blue #746FCD
Tints of Moody Blue #746FCD
RGB
CMYK
RGB Variations
Color information
#746FCD (or 0x746FCD) is known color: Moody Blue. HEX triplet: 74, 6F and CD. RGB value is (116,111,205). Sum of RGB (Red+Green+Blue) = 116+111+205=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #746FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCD is #8B9032. Grayscale: #7A7A7A. Windows color (decimal): -9146419 or 13463412. OLE color: 13463412.
HSL color Cylindrical-coordinate representation of color #746FCD: hue angle of 243.19º degrees, saturation: 0.48, 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 #746FCD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 111 | 205 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.20 |
| HSL | 243.19º | 0.48% | 0.62% | - |
| HSV(B) | 243.19º | 0.46% | 0.8% | - |
| XYZ | 23.91 | 19.49 | 60.26 | - |
| YUV | 123.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 205 | 0.43 | 0.46 | 0 | 0.20 | 243.19 | 0.48 | 0.62 |
| Hex | 74 | 6F | CD | 2B | 2E | 0 | 14 | F3 | 30 | 3E |
| Octal | 164 | 157 | 315 | 53 | 56 | 0 | 24 | 363 | 60 | 76 |
| Binary | 1110100 | 1101111 | 11001101 | 101011 | 101110 | 0 | 10100 | 11110011 | 110000 | 111110 |
Color Harmonies of #746FCD
Complementary color
Monochromatic Colors of #746FCD
Black with #746FCD
Text Example
Text Example
White with #746FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FCD; }
p { color: rgb(116,111,205); }
H1.HeaderClassName
{
color: #746FCD;
}
.AnyTagClassName
{
color: #746FCD;
}
</style>
background-color css
<style>
a { background-color: #746FCD; }
a { background-color: rgb(116,111,205); }
div.DivClassName
{
background-color: #746FCD;
}
.BgClassName
{
background-color: #746FCD;
}
</style>
border-color css
<style>
span { border-color: #746FCD; }
span { border-color: rgb(116,111,205); }
td.TdClassName
{
border-color: #746FCD;
}
.TagClassName
{
border-color: #746FCD;
}
</style>