Shades of Moody Blue #786FBA
Tints of Moody Blue #786FBA
RGB
CMYK
RGB Variations
Color information
#786FBA (or 0x786FBA) is known color: Moody Blue. HEX triplet: 78, 6F and BA. RGB value is (120,111,186). Sum of RGB (Red+Green+Blue) = 120+111+186=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #786FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FBA is #879045. Grayscale: #797979. Windows color (decimal): -8884294 or 12218232. OLE color: 12218232.
HSL color Cylindrical-coordinate representation of color #786FBA: hue angle of 247.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786FBA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 111 | 186 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.27 |
| HSL | 247.2º | 0.35% | 0.58% | - |
| HSV(B) | 247.2º | 0.4% | 0.73% | - |
| XYZ | 22.29 | 18.91 | 48.93 | - |
| YUV | 122.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 186 | 0.35 | 0.40 | 0 | 0.27 | 247.2 | 0.35 | 0.58 |
| Hex | 78 | 6F | BA | 23 | 28 | 0 | 1B | F7 | 23 | 3A |
| Octal | 170 | 157 | 272 | 43 | 50 | 0 | 33 | 367 | 43 | 72 |
| Binary | 1111000 | 1101111 | 10111010 | 100011 | 101000 | 0 | 11011 | 11110111 | 100011 | 111010 |
Color Harmonies of #786FBA
Complementary color
Monochromatic Colors of #786FBA
Black with #786FBA
Text Example
Text Example
White with #786FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FBA; }
p { color: rgb(120,111,186); }
H1.HeaderClassName
{
color: #786FBA;
}
.AnyTagClassName
{
color: #786FBA;
}
</style>
background-color css
<style>
a { background-color: #786FBA; }
a { background-color: rgb(120,111,186); }
div.DivClassName
{
background-color: #786FBA;
}
.BgClassName
{
background-color: #786FBA;
}
</style>
border-color css
<style>
span { border-color: #786FBA; }
span { border-color: rgb(120,111,186); }
td.TdClassName
{
border-color: #786FBA;
}
.TagClassName
{
border-color: #786FBA;
}
</style>