Shades of Moody Blue #7A79BD
Tints of Moody Blue #7A79BD
RGB
CMYK
RGB Variations
Color information
#7A79BD (or 0x7A79BD) is known color: Moody Blue. HEX triplet: 7A, 79 and BD. RGB value is (122,121,189). Sum of RGB (Red+Green+Blue) = 122+121+189=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79BD is #858642. Grayscale: #808080. Windows color (decimal): -8750659 or 12417402. OLE color: 12417402.
HSL color Cylindrical-coordinate representation of color #7A79BD: hue angle of 240.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A79BD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 121 | 189 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.26 |
| HSL | 240.88º | 0.34% | 0.61% | - |
| HSV(B) | 240.88º | 0.36% | 0.74% | - |
| XYZ | 24.05 | 21.49 | 51.02 | - |
| YUV | 129.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 189 | 0.35 | 0.36 | 0 | 0.26 | 240.88 | 0.34 | 0.61 |
| Hex | 7A | 79 | BD | 23 | 24 | 0 | 1A | F1 | 22 | 3D |
| Octal | 172 | 171 | 275 | 43 | 44 | 0 | 32 | 361 | 42 | 75 |
| Binary | 1111010 | 1111001 | 10111101 | 100011 | 100100 | 0 | 11010 | 11110001 | 100010 | 111101 |
Color Harmonies of #7A79BD
Complementary color
Monochromatic Colors of #7A79BD
Black with #7A79BD
Text Example
Text Example
White with #7A79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A79BD; }
p { color: rgb(122,121,189); }
H1.HeaderClassName
{
color: #7A79BD;
}
.AnyTagClassName
{
color: #7A79BD;
}
</style>
background-color css
<style>
a { background-color: #7A79BD; }
a { background-color: rgb(122,121,189); }
div.DivClassName
{
background-color: #7A79BD;
}
.BgClassName
{
background-color: #7A79BD;
}
</style>
border-color css
<style>
span { border-color: #7A79BD; }
span { border-color: rgb(122,121,189); }
td.TdClassName
{
border-color: #7A79BD;
}
.TagClassName
{
border-color: #7A79BD;
}
</style>