Shades of Moody Blue #786ABA
Tints of Moody Blue #786ABA
RGB
CMYK
RGB Variations
Color information
#786ABA (or 0x786ABA) is known color: Moody Blue. HEX triplet: 78, 6A and BA. RGB value is (120,106,186). Sum of RGB (Red+Green+Blue) = 120+106+186=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #786ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ABA is #879545. Grayscale: #777777. Windows color (decimal): -8885574 or 12216952. OLE color: 12216952.
HSL color Cylindrical-coordinate representation of color #786ABA: hue angle of 250.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786ABA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 106 | 186 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.27 |
| HSL | 250.5º | 0.37% | 0.57% | - |
| HSV(B) | 250.5º | 0.43% | 0.73% | - |
| XYZ | 21.76 | 17.85 | 48.75 | - |
| YUV | 119.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 186 | 0.35 | 0.43 | 0 | 0.27 | 250.5 | 0.37 | 0.57 |
| Hex | 78 | 6A | BA | 23 | 2B | 0 | 1B | FB | 25 | 39 |
| Octal | 170 | 152 | 272 | 43 | 53 | 0 | 33 | 373 | 45 | 71 |
| Binary | 1111000 | 1101010 | 10111010 | 100011 | 101011 | 0 | 11011 | 11111011 | 100101 | 111001 |
Color Harmonies of #786ABA
Complementary color
Monochromatic Colors of #786ABA
Black with #786ABA
Text Example
Text Example
White with #786ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ABA; }
p { color: rgb(120,106,186); }
H1.HeaderClassName
{
color: #786ABA;
}
.AnyTagClassName
{
color: #786ABA;
}
</style>
background-color css
<style>
a { background-color: #786ABA; }
a { background-color: rgb(120,106,186); }
div.DivClassName
{
background-color: #786ABA;
}
.BgClassName
{
background-color: #786ABA;
}
</style>
border-color css
<style>
span { border-color: #786ABA; }
span { border-color: rgb(120,106,186); }
td.TdClassName
{
border-color: #786ABA;
}
.TagClassName
{
border-color: #786ABA;
}
</style>