Shades of Moody Blue #7D79D9
Tints of Moody Blue #7D79D9
RGB
CMYK
RGB Variations
Color information
#7D79D9 (or 0x7D79D9) is known color: Moody Blue. HEX triplet: 7D, 79 and D9. RGB value is (125,121,217). Sum of RGB (Red+Green+Blue) = 125+121+217=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D79D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79D9 is #828626. Grayscale: #848484. Windows color (decimal): -8554023 or 14252413. OLE color: 14252413.
HSL color Cylindrical-coordinate representation of color #7D79D9: hue angle of 242.5º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D79D9 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 121 | 217 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.15 |
| HSL | 242.5º | 0.56% | 0.66% | - |
| HSV(B) | 242.5º | 0.44% | 0.85% | - |
| XYZ | 27.82 | 23.04 | 68.63 | - |
| YUV | 133.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 217 | 0.42 | 0.44 | 0 | 0.15 | 242.5 | 0.56 | 0.66 |
| Hex | 7D | 79 | D9 | 2A | 2C | 0 | F | F2 | 38 | 42 |
| Octal | 175 | 171 | 331 | 52 | 54 | 0 | 17 | 362 | 70 | 102 |
| Binary | 1111101 | 1111001 | 11011001 | 101010 | 101100 | 0 | 1111 | 11110010 | 111000 | 1000010 |
Color Harmonies of #7D79D9
Complementary color
Monochromatic Colors of #7D79D9
Black with #7D79D9
Text Example
Text Example
White with #7D79D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79D9; }
p { color: rgb(125,121,217); }
H1.HeaderClassName
{
color: #7D79D9;
}
.AnyTagClassName
{
color: #7D79D9;
}
</style>
background-color css
<style>
a { background-color: #7D79D9; }
a { background-color: rgb(125,121,217); }
div.DivClassName
{
background-color: #7D79D9;
}
.BgClassName
{
background-color: #7D79D9;
}
</style>
border-color css
<style>
span { border-color: #7D79D9; }
span { border-color: rgb(125,121,217); }
td.TdClassName
{
border-color: #7D79D9;
}
.TagClassName
{
border-color: #7D79D9;
}
</style>