Shades of Moody Blue #786FCC
Tints of Moody Blue #786FCC
RGB
CMYK
RGB Variations
Color information
#786FCC (or 0x786FCC) is known color: Moody Blue. HEX triplet: 78, 6F and CC. RGB value is (120,111,204). Sum of RGB (Red+Green+Blue) = 120+111+204=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #786FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCC is #879033. Grayscale: #7B7B7B. Windows color (decimal): -8884276 or 13397880. OLE color: 13397880.
HSL color Cylindrical-coordinate representation of color #786FCC: hue angle of 245.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786FCC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 111 | 204 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.2 |
| HSL | 245.81º | 0.48% | 0.62% | - |
| HSV(B) | 245.81º | 0.46% | 0.8% | - |
| XYZ | 24.33 | 19.72 | 59.65 | - |
| YUV | 124.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 204 | 0.41 | 0.46 | 0 | 0.2 | 245.81 | 0.48 | 0.62 |
| Hex | 78 | 6F | CC | 29 | 2E | 0 | 14 | F6 | 30 | 3E |
| Octal | 170 | 157 | 314 | 51 | 56 | 0 | 24 | 366 | 60 | 76 |
| Binary | 1111000 | 1101111 | 11001100 | 101001 | 101110 | 0 | 10100 | 11110110 | 110000 | 111110 |
Color Harmonies of #786FCC
Complementary color
Monochromatic Colors of #786FCC
Black with #786FCC
Text Example
Text Example
White with #786FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FCC; }
p { color: rgb(120,111,204); }
H1.HeaderClassName
{
color: #786FCC;
}
.AnyTagClassName
{
color: #786FCC;
}
</style>
background-color css
<style>
a { background-color: #786FCC; }
a { background-color: rgb(120,111,204); }
div.DivClassName
{
background-color: #786FCC;
}
.BgClassName
{
background-color: #786FCC;
}
</style>
border-color css
<style>
span { border-color: #786FCC; }
span { border-color: rgb(120,111,204); }
td.TdClassName
{
border-color: #786FCC;
}
.TagClassName
{
border-color: #786FCC;
}
</style>