Shades of Moody Blue #7982D6
Tints of Moody Blue #7982D6
RGB
CMYK
RGB Variations
Color information
#7982D6 (or 0x7982D6) is known color: Moody Blue. HEX triplet: 79, 82 and D6. RGB value is (121,130,214). Sum of RGB (Red+Green+Blue) = 121+130+214=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #7982D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982D6 is #867D29. Grayscale: #888888. Windows color (decimal): -8813866 or 14058105. OLE color: 14058105.
HSL color Cylindrical-coordinate representation of color #7982D6: hue angle of 234.19º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7982D6 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 130 | 214 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.16 |
| HSL | 234.19º | 0.53% | 0.66% | - |
| HSV(B) | 234.19º | 0.43% | 0.84% | - |
| XYZ | 28.01 | 24.89 | 66.95 | - |
| YUV | 136.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 214 | 0.43 | 0.39 | 0 | 0.16 | 234.19 | 0.53 | 0.66 |
| Hex | 79 | 82 | D6 | 2B | 27 | 0 | 10 | EA | 35 | 42 |
| Octal | 171 | 202 | 326 | 53 | 47 | 0 | 20 | 352 | 65 | 102 |
| Binary | 1111001 | 10000010 | 11010110 | 101011 | 100111 | 0 | 10000 | 11101010 | 110101 | 1000010 |
Color Harmonies of #7982D6
Complementary color
Monochromatic Colors of #7982D6
Black with #7982D6
Text Example
Text Example
White with #7982D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982D6; }
p { color: rgb(121,130,214); }
H1.HeaderClassName
{
color: #7982D6;
}
.AnyTagClassName
{
color: #7982D6;
}
</style>
background-color css
<style>
a { background-color: #7982D6; }
a { background-color: rgb(121,130,214); }
div.DivClassName
{
background-color: #7982D6;
}
.BgClassName
{
background-color: #7982D6;
}
</style>
border-color css
<style>
span { border-color: #7982D6; }
span { border-color: rgb(121,130,214); }
td.TdClassName
{
border-color: #7982D6;
}
.TagClassName
{
border-color: #7982D6;
}
</style>