Shades of Moody Blue #7971CA
Tints of Moody Blue #7971CA
RGB
CMYK
RGB Variations
Color information
#7971CA (or 0x7971CA) is known color: Moody Blue. HEX triplet: 79, 71 and CA. RGB value is (121,113,202). Sum of RGB (Red+Green+Blue) = 121+113+202=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #7971CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971CA is #868E35. Grayscale: #7D7D7D. Windows color (decimal): -8818230 or 13267321. OLE color: 13267321.
HSL color Cylindrical-coordinate representation of color #7971CA: hue angle of 245.39º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7971CA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 113 | 202 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.21 |
| HSL | 245.39º | 0.46% | 0.62% | - |
| HSV(B) | 245.39º | 0.44% | 0.79% | - |
| XYZ | 24.45 | 20.14 | 58.48 | - |
| YUV | 125.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 202 | 0.40 | 0.44 | 0 | 0.21 | 245.39 | 0.46 | 0.62 |
| Hex | 79 | 71 | CA | 28 | 2C | 0 | 15 | F5 | 2E | 3E |
| Octal | 171 | 161 | 312 | 50 | 54 | 0 | 25 | 365 | 56 | 76 |
| Binary | 1111001 | 1110001 | 11001010 | 101000 | 101100 | 0 | 10101 | 11110101 | 101110 | 111110 |
Color Harmonies of #7971CA
Complementary color
Monochromatic Colors of #7971CA
Black with #7971CA
Text Example
Text Example
White with #7971CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971CA; }
p { color: rgb(121,113,202); }
H1.HeaderClassName
{
color: #7971CA;
}
.AnyTagClassName
{
color: #7971CA;
}
</style>
background-color css
<style>
a { background-color: #7971CA; }
a { background-color: rgb(121,113,202); }
div.DivClassName
{
background-color: #7971CA;
}
.BgClassName
{
background-color: #7971CA;
}
</style>
border-color css
<style>
span { border-color: #7971CA; }
span { border-color: rgb(121,113,202); }
td.TdClassName
{
border-color: #7971CA;
}
.TagClassName
{
border-color: #7971CA;
}
</style>