Shades of Moody Blue #7879BD
Tints of Moody Blue #7879BD
RGB
CMYK
RGB Variations
Color information
#7879BD (or 0x7879BD) is known color: Moody Blue. HEX triplet: 78, 79 and BD. RGB value is (120,121,189). Sum of RGB (Red+Green+Blue) = 120+121+189=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #7879BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7879BD is #878642. Grayscale: #808080. Windows color (decimal): -8881731 or 12417400. OLE color: 12417400.
HSL color Cylindrical-coordinate representation of color #7879BD: hue angle of 239.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7879BD is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 121 | 189 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.26 |
| HSL | 239.13º | 0.34% | 0.61% | - |
| HSV(B) | 239.13º | 0.37% | 0.74% | - |
| XYZ | 23.77 | 21.34 | 51.01 | - |
| YUV | 128.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 189 | 0.37 | 0.36 | 0 | 0.26 | 239.13 | 0.34 | 0.61 |
| Hex | 78 | 79 | BD | 25 | 24 | 0 | 1A | EF | 22 | 3D |
| Octal | 170 | 171 | 275 | 45 | 44 | 0 | 32 | 357 | 42 | 75 |
| Binary | 1111000 | 1111001 | 10111101 | 100101 | 100100 | 0 | 11010 | 11101111 | 100010 | 111101 |
Color Harmonies of #7879BD
Complementary color
Monochromatic Colors of #7879BD
Black with #7879BD
Text Example
Text Example
White with #7879BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7879BD; }
p { color: rgb(120,121,189); }
H1.HeaderClassName
{
color: #7879BD;
}
.AnyTagClassName
{
color: #7879BD;
}
</style>
background-color css
<style>
a { background-color: #7879BD; }
a { background-color: rgb(120,121,189); }
div.DivClassName
{
background-color: #7879BD;
}
.BgClassName
{
background-color: #7879BD;
}
</style>
border-color css
<style>
span { border-color: #7879BD; }
span { border-color: rgb(120,121,189); }
td.TdClassName
{
border-color: #7879BD;
}
.TagClassName
{
border-color: #7879BD;
}
</style>