Shades of Moody Blue #7D70B7
Tints of Moody Blue #7D70B7
RGB
CMYK
RGB Variations
Color information
#7D70B7 (or 0x7D70B7) is known color: Moody Blue. HEX triplet: 7D, 70 and B7. RGB value is (125,112,183). Sum of RGB (Red+Green+Blue) = 125+112+183=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D70B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70B7 is #828F48. Grayscale: #7B7B7B. Windows color (decimal): -8556361 or 12021885. OLE color: 12021885.
HSL color Cylindrical-coordinate representation of color #7D70B7: hue angle of 250.99º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D70B7 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 112 | 183 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.28 |
| HSL | 250.99º | 0.33% | 0.58% | - |
| HSV(B) | 250.99º | 0.39% | 0.72% | - |
| XYZ | 22.8 | 19.37 | 47.34 | - |
| YUV | 123.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 183 | 0.32 | 0.39 | 0 | 0.28 | 250.99 | 0.33 | 0.58 |
| Hex | 7D | 70 | B7 | 20 | 27 | 0 | 1C | FB | 21 | 3A |
| Octal | 175 | 160 | 267 | 40 | 47 | 0 | 34 | 373 | 41 | 72 |
| Binary | 1111101 | 1110000 | 10110111 | 100000 | 100111 | 0 | 11100 | 11111011 | 100001 | 111010 |
Color Harmonies of #7D70B7
Complementary color
Monochromatic Colors of #7D70B7
Black with #7D70B7
Text Example
Text Example
White with #7D70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70B7; }
p { color: rgb(125,112,183); }
H1.HeaderClassName
{
color: #7D70B7;
}
.AnyTagClassName
{
color: #7D70B7;
}
</style>
background-color css
<style>
a { background-color: #7D70B7; }
a { background-color: rgb(125,112,183); }
div.DivClassName
{
background-color: #7D70B7;
}
.BgClassName
{
background-color: #7D70B7;
}
</style>
border-color css
<style>
span { border-color: #7D70B7; }
span { border-color: rgb(125,112,183); }
td.TdClassName
{
border-color: #7D70B7;
}
.TagClassName
{
border-color: #7D70B7;
}
</style>