Shades of Moody Blue #747ACF
Tints of Moody Blue #747ACF
RGB
CMYK
RGB Variations
Color information
#747ACF (or 0x747ACF) is known color: Moody Blue. HEX triplet: 74, 7A and CF. RGB value is (116,122,207). Sum of RGB (Red+Green+Blue) = 116+122+207=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #747ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ACF is #8B8530. Grayscale: #818181. Windows color (decimal): -9143601 or 13597300. OLE color: 13597300.
HSL color Cylindrical-coordinate representation of color #747ACF: hue angle of 236.04º degrees, saturation: 0.49, 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 #747ACF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 122 | 207 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.19 |
| HSL | 236.04º | 0.49% | 0.63% | - |
| HSV(B) | 236.04º | 0.44% | 0.81% | - |
| XYZ | 25.42 | 22.14 | 61.96 | - |
| YUV | 129.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 207 | 0.44 | 0.41 | 0 | 0.19 | 236.04 | 0.49 | 0.63 |
| Hex | 74 | 7A | CF | 2C | 29 | 0 | 13 | EC | 31 | 3F |
| Octal | 164 | 172 | 317 | 54 | 51 | 0 | 23 | 354 | 61 | 77 |
| Binary | 1110100 | 1111010 | 11001111 | 101100 | 101001 | 0 | 10011 | 11101100 | 110001 | 111111 |
Color Harmonies of #747ACF
Complementary color
Monochromatic Colors of #747ACF
Black with #747ACF
Text Example
Text Example
White with #747ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ACF; }
p { color: rgb(116,122,207); }
H1.HeaderClassName
{
color: #747ACF;
}
.AnyTagClassName
{
color: #747ACF;
}
</style>
background-color css
<style>
a { background-color: #747ACF; }
a { background-color: rgb(116,122,207); }
div.DivClassName
{
background-color: #747ACF;
}
.BgClassName
{
background-color: #747ACF;
}
</style>
border-color css
<style>
span { border-color: #747ACF; }
span { border-color: rgb(116,122,207); }
td.TdClassName
{
border-color: #747ACF;
}
.TagClassName
{
border-color: #747ACF;
}
</style>