Shades of Moody Blue #7972BD
Tints of Moody Blue #7972BD
RGB
CMYK
RGB Variations
Color information
#7972BD (or 0x7972BD) is known color: Moody Blue. HEX triplet: 79, 72 and BD. RGB value is (121,114,189). Sum of RGB (Red+Green+Blue) = 121+114+189=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7972BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972BD is #868D42. Grayscale: #7C7C7C. Windows color (decimal): -8817987 or 12415609. OLE color: 12415609.
HSL color Cylindrical-coordinate representation of color #7972BD: hue angle of 245.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7972BD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 114 | 189 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.26 |
| HSL | 245.6º | 0.36% | 0.59% | - |
| HSV(B) | 245.6º | 0.4% | 0.74% | - |
| XYZ | 23.09 | 19.77 | 50.74 | - |
| YUV | 124.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 189 | 0.36 | 0.40 | 0 | 0.26 | 245.6 | 0.36 | 0.59 |
| Hex | 79 | 72 | BD | 24 | 28 | 0 | 1A | F6 | 24 | 3B |
| Octal | 171 | 162 | 275 | 44 | 50 | 0 | 32 | 366 | 44 | 73 |
| Binary | 1111001 | 1110010 | 10111101 | 100100 | 101000 | 0 | 11010 | 11110110 | 100100 | 111011 |
Color Harmonies of #7972BD
Complementary color
Monochromatic Colors of #7972BD
Black with #7972BD
Text Example
Text Example
White with #7972BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7972BD; }
p { color: rgb(121,114,189); }
H1.HeaderClassName
{
color: #7972BD;
}
.AnyTagClassName
{
color: #7972BD;
}
</style>
background-color css
<style>
a { background-color: #7972BD; }
a { background-color: rgb(121,114,189); }
div.DivClassName
{
background-color: #7972BD;
}
.BgClassName
{
background-color: #7972BD;
}
</style>
border-color css
<style>
span { border-color: #7972BD; }
span { border-color: rgb(121,114,189); }
td.TdClassName
{
border-color: #7972BD;
}
.TagClassName
{
border-color: #7972BD;
}
</style>