Shades of Moody Blue #7973CF
Tints of Moody Blue #7973CF
RGB
CMYK
RGB Variations
Color information
#7973CF (or 0x7973CF) is known color: Moody Blue. HEX triplet: 79, 73 and CF. RGB value is (121,115,207). Sum of RGB (Red+Green+Blue) = 121+115+207=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7973CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973CF is #868C30. Grayscale: #7E7E7E. Windows color (decimal): -8817713 or 13595513. OLE color: 13595513.
HSL color Cylindrical-coordinate representation of color #7973CF: hue angle of 243.91º degrees, saturation: 0.49, 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 #7973CF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 115 | 207 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.19 |
| HSL | 243.91º | 0.49% | 0.63% | - |
| HSV(B) | 243.91º | 0.44% | 0.81% | - |
| XYZ | 25.28 | 20.83 | 61.72 | - |
| YUV | 127.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 207 | 0.42 | 0.44 | 0 | 0.19 | 243.91 | 0.49 | 0.63 |
| Hex | 79 | 73 | CF | 2A | 2C | 0 | 13 | F4 | 31 | 3F |
| Octal | 171 | 163 | 317 | 52 | 54 | 0 | 23 | 364 | 61 | 77 |
| Binary | 1111001 | 1110011 | 11001111 | 101010 | 101100 | 0 | 10011 | 11110100 | 110001 | 111111 |
Color Harmonies of #7973CF
Complementary color
Monochromatic Colors of #7973CF
Black with #7973CF
Text Example
Text Example
White with #7973CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973CF; }
p { color: rgb(121,115,207); }
H1.HeaderClassName
{
color: #7973CF;
}
.AnyTagClassName
{
color: #7973CF;
}
</style>
background-color css
<style>
a { background-color: #7973CF; }
a { background-color: rgb(121,115,207); }
div.DivClassName
{
background-color: #7973CF;
}
.BgClassName
{
background-color: #7973CF;
}
</style>
border-color css
<style>
span { border-color: #7973CF; }
span { border-color: rgb(121,115,207); }
td.TdClassName
{
border-color: #7973CF;
}
.TagClassName
{
border-color: #7973CF;
}
</style>