Shades of Moody Blue #786ACF
Tints of Moody Blue #786ACF
RGB
CMYK
RGB Variations
Color information
#786ACF (or 0x786ACF) is known color: Moody Blue. HEX triplet: 78, 6A and CF. RGB value is (120,106,207). Sum of RGB (Red+Green+Blue) = 120+106+207=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #786ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ACF is #879530. Grayscale: #797979. Windows color (decimal): -8885553 or 13593208. OLE color: 13593208.
HSL color Cylindrical-coordinate representation of color #786ACF: hue angle of 248.32º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #786ACF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 106 | 207 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.19 |
| HSL | 248.32º | 0.51% | 0.61% | - |
| HSV(B) | 248.32º | 0.49% | 0.81% | - |
| XYZ | 24.16 | 18.81 | 61.39 | - |
| YUV | 121.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 207 | 0.42 | 0.49 | 0 | 0.19 | 248.32 | 0.51 | 0.61 |
| Hex | 78 | 6A | CF | 2A | 31 | 0 | 13 | F8 | 33 | 3D |
| Octal | 170 | 152 | 317 | 52 | 61 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1111000 | 1101010 | 11001111 | 101010 | 110001 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #786ACF
Complementary color
Monochromatic Colors of #786ACF
Black with #786ACF
Text Example
Text Example
White with #786ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ACF; }
p { color: rgb(120,106,207); }
H1.HeaderClassName
{
color: #786ACF;
}
.AnyTagClassName
{
color: #786ACF;
}
</style>
background-color css
<style>
a { background-color: #786ACF; }
a { background-color: rgb(120,106,207); }
div.DivClassName
{
background-color: #786ACF;
}
.BgClassName
{
background-color: #786ACF;
}
</style>
border-color css
<style>
span { border-color: #786ACF; }
span { border-color: rgb(120,106,207); }
td.TdClassName
{
border-color: #786ACF;
}
.TagClassName
{
border-color: #786ACF;
}
</style>