Shades of Moody Blue #787BDC
Tints of Moody Blue #787BDC
RGB
CMYK
RGB Variations
Color information
#787BDC (or 0x787BDC) is known color: Moody Blue. HEX triplet: 78, 7B and DC. RGB value is (120,123,220). Sum of RGB (Red+Green+Blue) = 120+123+220=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #787BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDC is #878423. Grayscale: #848484. Windows color (decimal): -8881188 or 14449528. OLE color: 14449528.
HSL color Cylindrical-coordinate representation of color #787BDC: hue angle of 238.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787BDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 123 | 220 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 238.2º | 0.59% | 0.67% | - |
| HSV(B) | 238.2º | 0.45% | 0.86% | - |
| XYZ | 27.75 | 23.33 | 70.75 | - |
| YUV | 133.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 220 | 0.45 | 0.44 | 0 | 0.14 | 238.2 | 0.59 | 0.67 |
| Hex | 78 | 7B | DC | 2D | 2C | 0 | E | EE | 3B | 43 |
| Octal | 170 | 173 | 334 | 55 | 54 | 0 | 16 | 356 | 73 | 103 |
| Binary | 1111000 | 1111011 | 11011100 | 101101 | 101100 | 0 | 1110 | 11101110 | 111011 | 1000011 |
Color Harmonies of #787BDC
Complementary color
Monochromatic Colors of #787BDC
Black with #787BDC
Text Example
Text Example
White with #787BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BDC; }
p { color: rgb(120,123,220); }
H1.HeaderClassName
{
color: #787BDC;
}
.AnyTagClassName
{
color: #787BDC;
}
</style>
background-color css
<style>
a { background-color: #787BDC; }
a { background-color: rgb(120,123,220); }
div.DivClassName
{
background-color: #787BDC;
}
.BgClassName
{
background-color: #787BDC;
}
</style>
border-color css
<style>
span { border-color: #787BDC; }
span { border-color: rgb(120,123,220); }
td.TdClassName
{
border-color: #787BDC;
}
.TagClassName
{
border-color: #787BDC;
}
</style>