Shades of Moody Blue #7479CE
Tints of Moody Blue #7479CE
RGB
CMYK
RGB Variations
Color information
#7479CE (or 0x7479CE) is known color: Moody Blue. HEX triplet: 74, 79 and CE. RGB value is (116,121,206). Sum of RGB (Red+Green+Blue) = 116+121+206=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7479CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CE is #8B8631. Grayscale: #808080. Windows color (decimal): -9143858 or 13531508. OLE color: 13531508.
HSL color Cylindrical-coordinate representation of color #7479CE: hue angle of 236.67º 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 #7479CE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 121 | 206 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.19 |
| HSL | 236.67º | 0.48% | 0.63% | - |
| HSV(B) | 236.67º | 0.44% | 0.81% | - |
| XYZ | 25.18 | 21.84 | 61.28 | - |
| YUV | 129.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 206 | 0.44 | 0.41 | 0 | 0.19 | 236.67 | 0.48 | 0.63 |
| Hex | 74 | 79 | CE | 2C | 29 | 0 | 13 | ED | 30 | 3F |
| Octal | 164 | 171 | 316 | 54 | 51 | 0 | 23 | 355 | 60 | 77 |
| Binary | 1110100 | 1111001 | 11001110 | 101100 | 101001 | 0 | 10011 | 11101101 | 110000 | 111111 |
Color Harmonies of #7479CE
Complementary color
Monochromatic Colors of #7479CE
Black with #7479CE
Text Example
Text Example
White with #7479CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7479CE; }
p { color: rgb(116,121,206); }
H1.HeaderClassName
{
color: #7479CE;
}
.AnyTagClassName
{
color: #7479CE;
}
</style>
background-color css
<style>
a { background-color: #7479CE; }
a { background-color: rgb(116,121,206); }
div.DivClassName
{
background-color: #7479CE;
}
.BgClassName
{
background-color: #7479CE;
}
</style>
border-color css
<style>
span { border-color: #7479CE; }
span { border-color: rgb(116,121,206); }
td.TdClassName
{
border-color: #7479CE;
}
.TagClassName
{
border-color: #7479CE;
}
</style>