Shades of Moody Blue #7876BB
Tints of Moody Blue #7876BB
RGB
CMYK
RGB Variations
Color information
#7876BB (or 0x7876BB) is known color: Moody Blue. HEX triplet: 78, 76 and BB. RGB value is (120,118,187). Sum of RGB (Red+Green+Blue) = 120+118+187=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #7876BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7876BB is #878944. Grayscale: #7E7E7E. Windows color (decimal): -8882501 or 12285560. OLE color: 12285560.
HSL color Cylindrical-coordinate representation of color #7876BB: hue angle of 241.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7876BB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 118 | 187 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.27 |
| HSL | 241.74º | 0.34% | 0.6% | - |
| HSV(B) | 241.74º | 0.37% | 0.73% | - |
| XYZ | 23.19 | 20.54 | 49.76 | - |
| YUV | 126.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 187 | 0.36 | 0.37 | 0 | 0.27 | 241.74 | 0.34 | 0.6 |
| Hex | 78 | 76 | BB | 24 | 25 | 0 | 1B | F2 | 22 | 3C |
| Octal | 170 | 166 | 273 | 44 | 45 | 0 | 33 | 362 | 42 | 74 |
| Binary | 1111000 | 1110110 | 10111011 | 100100 | 100101 | 0 | 11011 | 11110010 | 100010 | 111100 |
Color Harmonies of #7876BB
Complementary color
Monochromatic Colors of #7876BB
Black with #7876BB
Text Example
Text Example
White with #7876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7876BB; }
p { color: rgb(120,118,187); }
H1.HeaderClassName
{
color: #7876BB;
}
.AnyTagClassName
{
color: #7876BB;
}
</style>
background-color css
<style>
a { background-color: #7876BB; }
a { background-color: rgb(120,118,187); }
div.DivClassName
{
background-color: #7876BB;
}
.BgClassName
{
background-color: #7876BB;
}
</style>
border-color css
<style>
span { border-color: #7876BB; }
span { border-color: rgb(120,118,187); }
td.TdClassName
{
border-color: #7876BB;
}
.TagClassName
{
border-color: #7876BB;
}
</style>