Shades of Moody Blue #786BD2
Tints of Moody Blue #786BD2
RGB
CMYK
RGB Variations
Color information
#786BD2 (or 0x786BD2) is known color: Moody Blue. HEX triplet: 78, 6B and D2. RGB value is (120,107,210). Sum of RGB (Red+Green+Blue) = 120+107+210=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #786BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BD2 is #87942D. Grayscale: #7A7A7A. Windows color (decimal): -8885294 or 13790072. OLE color: 13790072.
HSL color Cylindrical-coordinate representation of color #786BD2: hue angle of 247.57º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #786BD2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 107 | 210 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.18 |
| HSL | 247.57º | 0.53% | 0.62% | - |
| HSV(B) | 247.57º | 0.49% | 0.82% | - |
| XYZ | 24.64 | 19.16 | 63.37 | - |
| YUV | 122.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 210 | 0.43 | 0.49 | 0 | 0.18 | 247.57 | 0.53 | 0.62 |
| Hex | 78 | 6B | D2 | 2B | 31 | 0 | 12 | F8 | 35 | 3E |
| Octal | 170 | 153 | 322 | 53 | 61 | 0 | 22 | 370 | 65 | 76 |
| Binary | 1111000 | 1101011 | 11010010 | 101011 | 110001 | 0 | 10010 | 11111000 | 110101 | 111110 |
Color Harmonies of #786BD2
Complementary color
Monochromatic Colors of #786BD2
Black with #786BD2
Text Example
Text Example
White with #786BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BD2; }
p { color: rgb(120,107,210); }
H1.HeaderClassName
{
color: #786BD2;
}
.AnyTagClassName
{
color: #786BD2;
}
</style>
background-color css
<style>
a { background-color: #786BD2; }
a { background-color: rgb(120,107,210); }
div.DivClassName
{
background-color: #786BD2;
}
.BgClassName
{
background-color: #786BD2;
}
</style>
border-color css
<style>
span { border-color: #786BD2; }
span { border-color: rgb(120,107,210); }
td.TdClassName
{
border-color: #786BD2;
}
.TagClassName
{
border-color: #786BD2;
}
</style>