Shades of Moody Blue #747ACE
Tints of Moody Blue #747ACE
RGB
CMYK
RGB Variations
Color information
#747ACE (or 0x747ACE) is known color: Moody Blue. HEX triplet: 74, 7A and CE. RGB value is (116,122,206). Sum of RGB (Red+Green+Blue) = 116+122+206=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #747ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ACE is #8B8531. Grayscale: #818181. Windows color (decimal): -9143602 or 13531764. OLE color: 13531764.
HSL color Cylindrical-coordinate representation of color #747ACE: hue angle of 236º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747ACE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 122 | 206 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.19 |
| HSL | 236º | 0.48% | 0.63% | - |
| HSV(B) | 236º | 0.44% | 0.81% | - |
| XYZ | 25.3 | 22.09 | 61.32 | - |
| YUV | 129.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 206 | 0.44 | 0.41 | 0 | 0.19 | 236 | 0.48 | 0.63 |
| Hex | 74 | 7A | CE | 2C | 29 | 0 | 13 | EC | 30 | 3F |
| Octal | 164 | 172 | 316 | 54 | 51 | 0 | 23 | 354 | 60 | 77 |
| Binary | 1110100 | 1111010 | 11001110 | 101100 | 101001 | 0 | 10011 | 11101100 | 110000 | 111111 |
Color Harmonies of #747ACE
Complementary color
Monochromatic Colors of #747ACE
Black with #747ACE
Text Example
Text Example
White with #747ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ACE; }
p { color: rgb(116,122,206); }
H1.HeaderClassName
{
color: #747ACE;
}
.AnyTagClassName
{
color: #747ACE;
}
</style>
background-color css
<style>
a { background-color: #747ACE; }
a { background-color: rgb(116,122,206); }
div.DivClassName
{
background-color: #747ACE;
}
.BgClassName
{
background-color: #747ACE;
}
</style>
border-color css
<style>
span { border-color: #747ACE; }
span { border-color: rgb(116,122,206); }
td.TdClassName
{
border-color: #747ACE;
}
.TagClassName
{
border-color: #747ACE;
}
</style>