Shades of Moody Blue #7D78DB
Tints of Moody Blue #7D78DB
RGB
CMYK
RGB Variations
Color information
#7D78DB (or 0x7D78DB) is known color: Moody Blue. HEX triplet: 7D, 78 and DB. RGB value is (125,120,219). Sum of RGB (Red+Green+Blue) = 125+120+219=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78DB is #828724. Grayscale: #848484. Windows color (decimal): -8554277 or 14383229. OLE color: 14383229.
HSL color Cylindrical-coordinate representation of color #7D78DB: hue angle of 243.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D78DB is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 120 | 219 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.14 |
| HSL | 243.03º | 0.58% | 0.66% | - |
| HSV(B) | 243.03º | 0.45% | 0.86% | - |
| XYZ | 27.96 | 22.91 | 69.97 | - |
| YUV | 132.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 219 | 0.43 | 0.45 | 0 | 0.14 | 243.03 | 0.58 | 0.66 |
| Hex | 7D | 78 | DB | 2B | 2D | 0 | E | F3 | 3A | 42 |
| Octal | 175 | 170 | 333 | 53 | 55 | 0 | 16 | 363 | 72 | 102 |
| Binary | 1111101 | 1111000 | 11011011 | 101011 | 101101 | 0 | 1110 | 11110011 | 111010 | 1000010 |
Color Harmonies of #7D78DB
Complementary color
Monochromatic Colors of #7D78DB
Black with #7D78DB
Text Example
Text Example
White with #7D78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78DB; }
p { color: rgb(125,120,219); }
H1.HeaderClassName
{
color: #7D78DB;
}
.AnyTagClassName
{
color: #7D78DB;
}
</style>
background-color css
<style>
a { background-color: #7D78DB; }
a { background-color: rgb(125,120,219); }
div.DivClassName
{
background-color: #7D78DB;
}
.BgClassName
{
background-color: #7D78DB;
}
</style>
border-color css
<style>
span { border-color: #7D78DB; }
span { border-color: rgb(125,120,219); }
td.TdClassName
{
border-color: #7D78DB;
}
.TagClassName
{
border-color: #7D78DB;
}
</style>