Shades of Moody Blue #7D78B3
Tints of Moody Blue #7D78B3
RGB
CMYK
RGB Variations
Color information
#7D78B3 (or 0x7D78B3) is known color: Moody Blue. HEX triplet: 7D, 78 and B3. RGB value is (125,120,179). Sum of RGB (Red+Green+Blue) = 125+120+179=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D78B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D78B3 is #82874C. Grayscale: #7F7F7F. Windows color (decimal): -8554317 or 11761789. OLE color: 11761789.
HSL color Cylindrical-coordinate representation of color #7D78B3: hue angle of 245.08º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D78B3 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 120 | 179 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.30 |
| HSL | 245.08º | 0.28% | 0.59% | - |
| HSV(B) | 245.08º | 0.33% | 0.7% | - |
| XYZ | 23.31 | 21.05 | 45.48 | - |
| YUV | 128.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 179 | 0.30 | 0.33 | 0 | 0.30 | 245.08 | 0.28 | 0.59 |
| Hex | 7D | 78 | B3 | 1E | 21 | 0 | 1E | F5 | 1C | 3B |
| Octal | 175 | 170 | 263 | 36 | 41 | 0 | 36 | 365 | 34 | 73 |
| Binary | 1111101 | 1111000 | 10110011 | 11110 | 100001 | 0 | 11110 | 11110101 | 11100 | 111011 |
Color Harmonies of #7D78B3
Complementary color
Monochromatic Colors of #7D78B3
Black with #7D78B3
Text Example
Text Example
White with #7D78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78B3; }
p { color: rgb(125,120,179); }
H1.HeaderClassName
{
color: #7D78B3;
}
.AnyTagClassName
{
color: #7D78B3;
}
</style>
background-color css
<style>
a { background-color: #7D78B3; }
a { background-color: rgb(125,120,179); }
div.DivClassName
{
background-color: #7D78B3;
}
.BgClassName
{
background-color: #7D78B3;
}
</style>
border-color css
<style>
span { border-color: #7D78B3; }
span { border-color: rgb(125,120,179); }
td.TdClassName
{
border-color: #7D78B3;
}
.TagClassName
{
border-color: #7D78B3;
}
</style>