Shades of Moody Blue #786DCB
Tints of Moody Blue #786DCB
RGB
CMYK
RGB Variations
Color information
#786DCB (or 0x786DCB) is known color: Moody Blue. HEX triplet: 78, 6D and CB. RGB value is (120,109,203). Sum of RGB (Red+Green+Blue) = 120+109+203=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #786DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DCB is #879234. Grayscale: #7A7A7A. Windows color (decimal): -8884789 or 13331832. OLE color: 13331832.
HSL color Cylindrical-coordinate representation of color #786DCB: hue angle of 247.02º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786DCB is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 109 | 203 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.20 |
| HSL | 247.02º | 0.47% | 0.61% | - |
| HSV(B) | 247.02º | 0.46% | 0.8% | - |
| XYZ | 23.99 | 19.24 | 58.95 | - |
| YUV | 123.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 203 | 0.41 | 0.46 | 0 | 0.20 | 247.02 | 0.47 | 0.61 |
| Hex | 78 | 6D | CB | 29 | 2E | 0 | 14 | F7 | 2F | 3D |
| Octal | 170 | 155 | 313 | 51 | 56 | 0 | 24 | 367 | 57 | 75 |
| Binary | 1111000 | 1101101 | 11001011 | 101001 | 101110 | 0 | 10100 | 11110111 | 101111 | 111101 |
Color Harmonies of #786DCB
Complementary color
Monochromatic Colors of #786DCB
Black with #786DCB
Text Example
Text Example
White with #786DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DCB; }
p { color: rgb(120,109,203); }
H1.HeaderClassName
{
color: #786DCB;
}
.AnyTagClassName
{
color: #786DCB;
}
</style>
background-color css
<style>
a { background-color: #786DCB; }
a { background-color: rgb(120,109,203); }
div.DivClassName
{
background-color: #786DCB;
}
.BgClassName
{
background-color: #786DCB;
}
</style>
border-color css
<style>
span { border-color: #786DCB; }
span { border-color: rgb(120,109,203); }
td.TdClassName
{
border-color: #786DCB;
}
.TagClassName
{
border-color: #786DCB;
}
</style>