Shades of Moody Blue #786ABC
Tints of Moody Blue #786ABC
RGB
CMYK
RGB Variations
Color information
#786ABC (or 0x786ABC) is known color: Moody Blue. HEX triplet: 78, 6A and BC. RGB value is (120,106,188). Sum of RGB (Red+Green+Blue) = 120+106+188=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #786ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ABC is #879543. Grayscale: #777777. Windows color (decimal): -8885572 or 12348024. OLE color: 12348024.
HSL color Cylindrical-coordinate representation of color #786ABC: hue angle of 250.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #786ABC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 106 | 188 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.26 |
| HSL | 250.24º | 0.38% | 0.58% | - |
| HSV(B) | 250.24º | 0.44% | 0.74% | - |
| XYZ | 21.98 | 17.93 | 49.88 | - |
| YUV | 119.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 188 | 0.36 | 0.44 | 0 | 0.26 | 250.24 | 0.38 | 0.58 |
| Hex | 78 | 6A | BC | 24 | 2C | 0 | 1A | FA | 26 | 3A |
| Octal | 170 | 152 | 274 | 44 | 54 | 0 | 32 | 372 | 46 | 72 |
| Binary | 1111000 | 1101010 | 10111100 | 100100 | 101100 | 0 | 11010 | 11111010 | 100110 | 111010 |
Color Harmonies of #786ABC
Complementary color
Monochromatic Colors of #786ABC
Black with #786ABC
Text Example
Text Example
White with #786ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ABC; }
p { color: rgb(120,106,188); }
H1.HeaderClassName
{
color: #786ABC;
}
.AnyTagClassName
{
color: #786ABC;
}
</style>
background-color css
<style>
a { background-color: #786ABC; }
a { background-color: rgb(120,106,188); }
div.DivClassName
{
background-color: #786ABC;
}
.BgClassName
{
background-color: #786ABC;
}
</style>
border-color css
<style>
span { border-color: #786ABC; }
span { border-color: rgb(120,106,188); }
td.TdClassName
{
border-color: #786ABC;
}
.TagClassName
{
border-color: #786ABC;
}
</style>