Shades of Moody Blue #786CBA
Tints of Moody Blue #786CBA
RGB
CMYK
RGB Variations
Color information
#786CBA (or 0x786CBA) is known color: Moody Blue. HEX triplet: 78, 6C and BA. RGB value is (120,108,186). Sum of RGB (Red+Green+Blue) = 120+108+186=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #786CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CBA is #879345. Grayscale: #787878. Windows color (decimal): -8885062 or 12217464. OLE color: 12217464.
HSL color Cylindrical-coordinate representation of color #786CBA: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786CBA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 108 | 186 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.27 |
| HSL | 249.23º | 0.36% | 0.58% | - |
| HSV(B) | 249.23º | 0.42% | 0.73% | - |
| XYZ | 21.97 | 18.26 | 48.82 | - |
| YUV | 120.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 186 | 0.35 | 0.42 | 0 | 0.27 | 249.23 | 0.36 | 0.58 |
| Hex | 78 | 6C | BA | 23 | 2A | 0 | 1B | F9 | 24 | 3A |
| Octal | 170 | 154 | 272 | 43 | 52 | 0 | 33 | 371 | 44 | 72 |
| Binary | 1111000 | 1101100 | 10111010 | 100011 | 101010 | 0 | 11011 | 11111001 | 100100 | 111010 |
Color Harmonies of #786CBA
Complementary color
Monochromatic Colors of #786CBA
Black with #786CBA
Text Example
Text Example
White with #786CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CBA; }
p { color: rgb(120,108,186); }
H1.HeaderClassName
{
color: #786CBA;
}
.AnyTagClassName
{
color: #786CBA;
}
</style>
background-color css
<style>
a { background-color: #786CBA; }
a { background-color: rgb(120,108,186); }
div.DivClassName
{
background-color: #786CBA;
}
.BgClassName
{
background-color: #786CBA;
}
</style>
border-color css
<style>
span { border-color: #786CBA; }
span { border-color: rgb(120,108,186); }
td.TdClassName
{
border-color: #786CBA;
}
.TagClassName
{
border-color: #786CBA;
}
</style>