Shades of Moody Blue #786FC2
Tints of Moody Blue #786FC2
RGB
CMYK
RGB Variations
Color information
#786FC2 (or 0x786FC2) is known color: Moody Blue. HEX triplet: 78, 6F and C2. RGB value is (120,111,194). Sum of RGB (Red+Green+Blue) = 120+111+194=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #786FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FC2 is #87903D. Grayscale: #7A7A7A. Windows color (decimal): -8884286 or 12742520. OLE color: 12742520.
HSL color Cylindrical-coordinate representation of color #786FC2: hue angle of 246.51º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786FC2 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 111 | 194 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.24 |
| HSL | 246.51º | 0.4% | 0.6% | - |
| HSV(B) | 246.51º | 0.43% | 0.76% | - |
| XYZ | 23.17 | 19.26 | 53.53 | - |
| YUV | 123.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 194 | 0.38 | 0.43 | 0 | 0.24 | 246.51 | 0.4 | 0.6 |
| Hex | 78 | 6F | C2 | 26 | 2B | 0 | 18 | F7 | 28 | 3C |
| Octal | 170 | 157 | 302 | 46 | 53 | 0 | 30 | 367 | 50 | 74 |
| Binary | 1111000 | 1101111 | 11000010 | 100110 | 101011 | 0 | 11000 | 11110111 | 101000 | 111100 |
Color Harmonies of #786FC2
Complementary color
Monochromatic Colors of #786FC2
Black with #786FC2
Text Example
Text Example
White with #786FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FC2; }
p { color: rgb(120,111,194); }
H1.HeaderClassName
{
color: #786FC2;
}
.AnyTagClassName
{
color: #786FC2;
}
</style>
background-color css
<style>
a { background-color: #786FC2; }
a { background-color: rgb(120,111,194); }
div.DivClassName
{
background-color: #786FC2;
}
.BgClassName
{
background-color: #786FC2;
}
</style>
border-color css
<style>
span { border-color: #786FC2; }
span { border-color: rgb(120,111,194); }
td.TdClassName
{
border-color: #786FC2;
}
.TagClassName
{
border-color: #786FC2;
}
</style>