Shades of Moody Blue #747CDA
Tints of Moody Blue #747CDA
RGB
CMYK
RGB Variations
Color information
#747CDA (or 0x747CDA) is known color: Moody Blue. HEX triplet: 74, 7C and DA. RGB value is (116,124,218). Sum of RGB (Red+Green+Blue) = 116+124+218=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #747CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CDA is #8B8325. Grayscale: #838383. Windows color (decimal): -9143078 or 14318708. OLE color: 14318708.
HSL color Cylindrical-coordinate representation of color #747CDA: hue angle of 235.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747CDA is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 124 | 218 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.15 |
| HSL | 235.29º | 0.58% | 0.65% | - |
| HSV(B) | 235.29º | 0.47% | 0.85% | - |
| XYZ | 27.07 | 23.19 | 69.38 | - |
| YUV | 132.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 218 | 0.47 | 0.43 | 0 | 0.15 | 235.29 | 0.58 | 0.65 |
| Hex | 74 | 7C | DA | 2F | 2B | 0 | F | EB | 3A | 41 |
| Octal | 164 | 174 | 332 | 57 | 53 | 0 | 17 | 353 | 72 | 101 |
| Binary | 1110100 | 1111100 | 11011010 | 101111 | 101011 | 0 | 1111 | 11101011 | 111010 | 1000001 |
Color Harmonies of #747CDA
Complementary color
Monochromatic Colors of #747CDA
Black with #747CDA
Text Example
Text Example
White with #747CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CDA; }
p { color: rgb(116,124,218); }
H1.HeaderClassName
{
color: #747CDA;
}
.AnyTagClassName
{
color: #747CDA;
}
</style>
background-color css
<style>
a { background-color: #747CDA; }
a { background-color: rgb(116,124,218); }
div.DivClassName
{
background-color: #747CDA;
}
.BgClassName
{
background-color: #747CDA;
}
</style>
border-color css
<style>
span { border-color: #747CDA; }
span { border-color: rgb(116,124,218); }
td.TdClassName
{
border-color: #747CDA;
}
.TagClassName
{
border-color: #747CDA;
}
</style>