Shades of Moody Blue #7B70D0
Tints of Moody Blue #7B70D0
RGB
CMYK
RGB Variations
Color information
#7B70D0 (or 0x7B70D0) is known color: Moody Blue. HEX triplet: 7B, 70 and D0. RGB value is (123,112,208). Sum of RGB (Red+Green+Blue) = 123+112+208=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B70D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70D0 is #848F2F. Grayscale: #7D7D7D. Windows color (decimal): -8687408 or 13660283. OLE color: 13660283.
HSL color Cylindrical-coordinate representation of color #7B70D0: hue angle of 246.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B70D0 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 112 | 208 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.18 |
| HSL | 246.88º | 0.51% | 0.63% | - |
| HSV(B) | 246.88º | 0.46% | 0.82% | - |
| XYZ | 25.35 | 20.35 | 62.27 | - |
| YUV | 126.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 208 | 0.41 | 0.46 | 0 | 0.18 | 246.88 | 0.51 | 0.63 |
| Hex | 7B | 70 | D0 | 29 | 2E | 0 | 12 | F7 | 33 | 3F |
| Octal | 173 | 160 | 320 | 51 | 56 | 0 | 22 | 367 | 63 | 77 |
| Binary | 1111011 | 1110000 | 11010000 | 101001 | 101110 | 0 | 10010 | 11110111 | 110011 | 111111 |
Color Harmonies of #7B70D0
Complementary color
Monochromatic Colors of #7B70D0
Black with #7B70D0
Text Example
Text Example
White with #7B70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B70D0; }
p { color: rgb(123,112,208); }
H1.HeaderClassName
{
color: #7B70D0;
}
.AnyTagClassName
{
color: #7B70D0;
}
</style>
background-color css
<style>
a { background-color: #7B70D0; }
a { background-color: rgb(123,112,208); }
div.DivClassName
{
background-color: #7B70D0;
}
.BgClassName
{
background-color: #7B70D0;
}
</style>
border-color css
<style>
span { border-color: #7B70D0; }
span { border-color: rgb(123,112,208); }
td.TdClassName
{
border-color: #7B70D0;
}
.TagClassName
{
border-color: #7B70D0;
}
</style>