Shades of Moody Blue #747ACD
Tints of Moody Blue #747ACD
RGB
CMYK
RGB Variations
Color information
#747ACD (or 0x747ACD) is known color: Moody Blue. HEX triplet: 74, 7A and CD. RGB value is (116,122,205). Sum of RGB (Red+Green+Blue) = 116+122+205=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #747ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ACD is #8B8532. Grayscale: #818181. Windows color (decimal): -9143603 or 13466228. OLE color: 13466228.
HSL color Cylindrical-coordinate representation of color #747ACD: hue angle of 235.96º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747ACD is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 122 | 205 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.20 |
| HSL | 235.96º | 0.47% | 0.63% | - |
| HSV(B) | 235.96º | 0.43% | 0.8% | - |
| XYZ | 25.18 | 22.04 | 60.68 | - |
| YUV | 129.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 205 | 0.43 | 0.40 | 0 | 0.20 | 235.96 | 0.47 | 0.63 |
| Hex | 74 | 7A | CD | 2B | 28 | 0 | 14 | EC | 2F | 3F |
| Octal | 164 | 172 | 315 | 53 | 50 | 0 | 24 | 354 | 57 | 77 |
| Binary | 1110100 | 1111010 | 11001101 | 101011 | 101000 | 0 | 10100 | 11101100 | 101111 | 111111 |
Color Harmonies of #747ACD
Complementary color
Monochromatic Colors of #747ACD
Black with #747ACD
Text Example
Text Example
White with #747ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ACD; }
p { color: rgb(116,122,205); }
H1.HeaderClassName
{
color: #747ACD;
}
.AnyTagClassName
{
color: #747ACD;
}
</style>
background-color css
<style>
a { background-color: #747ACD; }
a { background-color: rgb(116,122,205); }
div.DivClassName
{
background-color: #747ACD;
}
.BgClassName
{
background-color: #747ACD;
}
</style>
border-color css
<style>
span { border-color: #747ACD; }
span { border-color: rgb(116,122,205); }
td.TdClassName
{
border-color: #747ACD;
}
.TagClassName
{
border-color: #747ACD;
}
</style>