Shades of Moody Blue #7971CB
Tints of Moody Blue #7971CB
RGB
CMYK
RGB Variations
Color information
#7971CB (or 0x7971CB) is known color: Moody Blue. HEX triplet: 79, 71 and CB. RGB value is (121,113,203). Sum of RGB (Red+Green+Blue) = 121+113+203=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #7971CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971CB is #868E34. Grayscale: #7D7D7D. Windows color (decimal): -8818229 or 13332857. OLE color: 13332857.
HSL color Cylindrical-coordinate representation of color #7971CB: hue angle of 245.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7971CB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 113 | 203 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.20 |
| HSL | 245.33º | 0.46% | 0.62% | - |
| HSV(B) | 245.33º | 0.44% | 0.8% | - |
| XYZ | 24.57 | 20.19 | 59.1 | - |
| YUV | 125.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 203 | 0.40 | 0.44 | 0 | 0.20 | 245.33 | 0.46 | 0.62 |
| Hex | 79 | 71 | CB | 28 | 2C | 0 | 14 | F5 | 2E | 3E |
| Octal | 171 | 161 | 313 | 50 | 54 | 0 | 24 | 365 | 56 | 76 |
| Binary | 1111001 | 1110001 | 11001011 | 101000 | 101100 | 0 | 10100 | 11110101 | 101110 | 111110 |
Color Harmonies of #7971CB
Complementary color
Monochromatic Colors of #7971CB
Black with #7971CB
Text Example
Text Example
White with #7971CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971CB; }
p { color: rgb(121,113,203); }
H1.HeaderClassName
{
color: #7971CB;
}
.AnyTagClassName
{
color: #7971CB;
}
</style>
background-color css
<style>
a { background-color: #7971CB; }
a { background-color: rgb(121,113,203); }
div.DivClassName
{
background-color: #7971CB;
}
.BgClassName
{
background-color: #7971CB;
}
</style>
border-color css
<style>
span { border-color: #7971CB; }
span { border-color: rgb(121,113,203); }
td.TdClassName
{
border-color: #7971CB;
}
.TagClassName
{
border-color: #7971CB;
}
</style>