Shades of Moody Blue #7D78BB
Tints of Moody Blue #7D78BB
RGB
CMYK
RGB Variations
Color information
#7D78BB (or 0x7D78BB) is known color: Moody Blue. HEX triplet: 7D, 78 and BB. RGB value is (125,120,187). Sum of RGB (Red+Green+Blue) = 125+120+187=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D78BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78BB is #828744. Grayscale: #808080. Windows color (decimal): -8554309 or 12286077. OLE color: 12286077.
HSL color Cylindrical-coordinate representation of color #7D78BB: hue angle of 244.48º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D78BB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 120 | 187 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.27 |
| HSL | 244.48º | 0.33% | 0.6% | - |
| HSV(B) | 244.48º | 0.36% | 0.73% | - |
| XYZ | 24.14 | 21.38 | 49.87 | - |
| YUV | 129.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 187 | 0.33 | 0.36 | 0 | 0.27 | 244.48 | 0.33 | 0.6 |
| Hex | 7D | 78 | BB | 21 | 24 | 0 | 1B | F4 | 21 | 3C |
| Octal | 175 | 170 | 273 | 41 | 44 | 0 | 33 | 364 | 41 | 74 |
| Binary | 1111101 | 1111000 | 10111011 | 100001 | 100100 | 0 | 11011 | 11110100 | 100001 | 111100 |
Color Harmonies of #7D78BB
Complementary color
Monochromatic Colors of #7D78BB
Black with #7D78BB
Text Example
Text Example
White with #7D78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78BB; }
p { color: rgb(125,120,187); }
H1.HeaderClassName
{
color: #7D78BB;
}
.AnyTagClassName
{
color: #7D78BB;
}
</style>
background-color css
<style>
a { background-color: #7D78BB; }
a { background-color: rgb(125,120,187); }
div.DivClassName
{
background-color: #7D78BB;
}
.BgClassName
{
background-color: #7D78BB;
}
</style>
border-color css
<style>
span { border-color: #7D78BB; }
span { border-color: rgb(125,120,187); }
td.TdClassName
{
border-color: #7D78BB;
}
.TagClassName
{
border-color: #7D78BB;
}
</style>