Shades of Moody Blue #786CBB
Tints of Moody Blue #786CBB
RGB
CMYK
RGB Variations
Color information
#786CBB (or 0x786CBB) is known color: Moody Blue. HEX triplet: 78, 6C and BB. RGB value is (120,108,187). Sum of RGB (Red+Green+Blue) = 120+108+187=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #786CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CBB is #879344. Grayscale: #787878. Windows color (decimal): -8885061 or 12283000. OLE color: 12283000.
HSL color Cylindrical-coordinate representation of color #786CBB: hue angle of 249.11º degrees, saturation: 0.37, 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 #786CBB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 108 | 187 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.27 |
| HSL | 249.11º | 0.37% | 0.58% | - |
| HSV(B) | 249.11º | 0.42% | 0.73% | - |
| XYZ | 22.08 | 18.31 | 49.38 | - |
| YUV | 120.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 187 | 0.36 | 0.42 | 0 | 0.27 | 249.11 | 0.37 | 0.58 |
| Hex | 78 | 6C | BB | 24 | 2A | 0 | 1B | F9 | 25 | 3A |
| Octal | 170 | 154 | 273 | 44 | 52 | 0 | 33 | 371 | 45 | 72 |
| Binary | 1111000 | 1101100 | 10111011 | 100100 | 101010 | 0 | 11011 | 11111001 | 100101 | 111010 |
Color Harmonies of #786CBB
Complementary color
Monochromatic Colors of #786CBB
Black with #786CBB
Text Example
Text Example
White with #786CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CBB; }
p { color: rgb(120,108,187); }
H1.HeaderClassName
{
color: #786CBB;
}
.AnyTagClassName
{
color: #786CBB;
}
</style>
background-color css
<style>
a { background-color: #786CBB; }
a { background-color: rgb(120,108,187); }
div.DivClassName
{
background-color: #786CBB;
}
.BgClassName
{
background-color: #786CBB;
}
</style>
border-color css
<style>
span { border-color: #786CBB; }
span { border-color: rgb(120,108,187); }
td.TdClassName
{
border-color: #786CBB;
}
.TagClassName
{
border-color: #786CBB;
}
</style>