Shades of Moody Blue #7D70B9
Tints of Moody Blue #7D70B9
RGB
CMYK
RGB Variations
Color information
#7D70B9 (or 0x7D70B9) is known color: Moody Blue. HEX triplet: 7D, 70 and B9. RGB value is (125,112,185). Sum of RGB (Red+Green+Blue) = 125+112+185=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D70B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70B9 is #828F46. Grayscale: #7B7B7B. Windows color (decimal): -8556359 or 12152957. OLE color: 12152957.
HSL color Cylindrical-coordinate representation of color #7D70B9: hue angle of 250.68º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D70B9 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 112 | 185 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.27 |
| HSL | 250.68º | 0.34% | 0.58% | - |
| HSV(B) | 250.68º | 0.39% | 0.73% | - |
| XYZ | 23.01 | 19.45 | 48.44 | - |
| YUV | 124.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 185 | 0.32 | 0.39 | 0 | 0.27 | 250.68 | 0.34 | 0.58 |
| Hex | 7D | 70 | B9 | 20 | 27 | 0 | 1B | FB | 22 | 3A |
| Octal | 175 | 160 | 271 | 40 | 47 | 0 | 33 | 373 | 42 | 72 |
| Binary | 1111101 | 1110000 | 10111001 | 100000 | 100111 | 0 | 11011 | 11111011 | 100010 | 111010 |
Color Harmonies of #7D70B9
Complementary color
Monochromatic Colors of #7D70B9
Black with #7D70B9
Text Example
Text Example
White with #7D70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70B9; }
p { color: rgb(125,112,185); }
H1.HeaderClassName
{
color: #7D70B9;
}
.AnyTagClassName
{
color: #7D70B9;
}
</style>
background-color css
<style>
a { background-color: #7D70B9; }
a { background-color: rgb(125,112,185); }
div.DivClassName
{
background-color: #7D70B9;
}
.BgClassName
{
background-color: #7D70B9;
}
</style>
border-color css
<style>
span { border-color: #7D70B9; }
span { border-color: rgb(125,112,185); }
td.TdClassName
{
border-color: #7D70B9;
}
.TagClassName
{
border-color: #7D70B9;
}
</style>