Shades of Moody Blue #7982CF
Tints of Moody Blue #7982CF
RGB
CMYK
RGB Variations
Color information
#7982CF (or 0x7982CF) is known color: Moody Blue. HEX triplet: 79, 82 and CF. RGB value is (121,130,207). Sum of RGB (Red+Green+Blue) = 121+130+207=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7982CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982CF is #867D30. Grayscale: #878787. Windows color (decimal): -8813873 or 13599353. OLE color: 13599353.
HSL color Cylindrical-coordinate representation of color #7982CF: hue angle of 233.72º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7982CF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 130 | 207 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.19 |
| HSL | 233.72º | 0.47% | 0.64% | - |
| HSV(B) | 233.72º | 0.42% | 0.81% | - |
| XYZ | 27.13 | 24.54 | 62.34 | - |
| YUV | 136.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 207 | 0.42 | 0.37 | 0 | 0.19 | 233.72 | 0.47 | 0.64 |
| Hex | 79 | 82 | CF | 2A | 25 | 0 | 13 | EA | 2F | 40 |
| Octal | 171 | 202 | 317 | 52 | 45 | 0 | 23 | 352 | 57 | 100 |
| Binary | 1111001 | 10000010 | 11001111 | 101010 | 100101 | 0 | 10011 | 11101010 | 101111 | 1000000 |
Color Harmonies of #7982CF
Complementary color
Monochromatic Colors of #7982CF
Black with #7982CF
Text Example
Text Example
White with #7982CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982CF; }
p { color: rgb(121,130,207); }
H1.HeaderClassName
{
color: #7982CF;
}
.AnyTagClassName
{
color: #7982CF;
}
</style>
background-color css
<style>
a { background-color: #7982CF; }
a { background-color: rgb(121,130,207); }
div.DivClassName
{
background-color: #7982CF;
}
.BgClassName
{
background-color: #7982CF;
}
</style>
border-color css
<style>
span { border-color: #7982CF; }
span { border-color: rgb(121,130,207); }
td.TdClassName
{
border-color: #7982CF;
}
.TagClassName
{
border-color: #7982CF;
}
</style>