Shades of Moody Blue #7D78B2
Tints of Moody Blue #7D78B2
RGB
CMYK
RGB Variations
Color information
#7D78B2 (or 0x7D78B2) is known color: Moody Blue. HEX triplet: 7D, 78 and B2. RGB value is (125,120,178). Sum of RGB (Red+Green+Blue) = 125+120+178=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #7D78B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D78B2 is #82874D. Grayscale: #7F7F7F. Windows color (decimal): -8554318 or 11696253. OLE color: 11696253.
HSL color Cylindrical-coordinate representation of color #7D78B2: hue angle of 245.17º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D78B2 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 120 | 178 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.30 |
| HSL | 245.17º | 0.27% | 0.58% | - |
| HSV(B) | 245.17º | 0.33% | 0.7% | - |
| XYZ | 23.21 | 21.01 | 44.95 | - |
| YUV | 128.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 178 | 0.30 | 0.33 | 0 | 0.30 | 245.17 | 0.27 | 0.58 |
| Hex | 7D | 78 | B2 | 1E | 21 | 0 | 1E | F5 | 1B | 3A |
| Octal | 175 | 170 | 262 | 36 | 41 | 0 | 36 | 365 | 33 | 72 |
| Binary | 1111101 | 1111000 | 10110010 | 11110 | 100001 | 0 | 11110 | 11110101 | 11011 | 111010 |
Color Harmonies of #7D78B2
Complementary color
Monochromatic Colors of #7D78B2
Black with #7D78B2
Text Example
Text Example
White with #7D78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78B2; }
p { color: rgb(125,120,178); }
H1.HeaderClassName
{
color: #7D78B2;
}
.AnyTagClassName
{
color: #7D78B2;
}
</style>
background-color css
<style>
a { background-color: #7D78B2; }
a { background-color: rgb(125,120,178); }
div.DivClassName
{
background-color: #7D78B2;
}
.BgClassName
{
background-color: #7D78B2;
}
</style>
border-color css
<style>
span { border-color: #7D78B2; }
span { border-color: rgb(125,120,178); }
td.TdClassName
{
border-color: #7D78B2;
}
.TagClassName
{
border-color: #7D78B2;
}
</style>