Shades of Moody Blue #7D70DA
Tints of Moody Blue #7D70DA
RGB
CMYK
RGB Variations
Color information
#7D70DA (or 0x7D70DA) is known color: Moody Blue. HEX triplet: 7D, 70 and DA. RGB value is (125,112,218). Sum of RGB (Red+Green+Blue) = 125+112+218=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D70DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70DA is #828F25. Grayscale: #7F7F7F. Windows color (decimal): -8556326 or 14315645. OLE color: 14315645.
HSL color Cylindrical-coordinate representation of color #7D70DA: hue angle of 247.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D70DA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 112 | 218 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.15 |
| HSL | 247.36º | 0.59% | 0.65% | - |
| HSV(B) | 247.36º | 0.49% | 0.85% | - |
| XYZ | 26.91 | 21.01 | 68.97 | - |
| YUV | 127.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 218 | 0.43 | 0.49 | 0 | 0.15 | 247.36 | 0.59 | 0.65 |
| Hex | 7D | 70 | DA | 2B | 31 | 0 | F | F7 | 3B | 41 |
| Octal | 175 | 160 | 332 | 53 | 61 | 0 | 17 | 367 | 73 | 101 |
| Binary | 1111101 | 1110000 | 11011010 | 101011 | 110001 | 0 | 1111 | 11110111 | 111011 | 1000001 |
Color Harmonies of #7D70DA
Complementary color
Monochromatic Colors of #7D70DA
Black with #7D70DA
Text Example
Text Example
White with #7D70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70DA; }
p { color: rgb(125,112,218); }
H1.HeaderClassName
{
color: #7D70DA;
}
.AnyTagClassName
{
color: #7D70DA;
}
</style>
background-color css
<style>
a { background-color: #7D70DA; }
a { background-color: rgb(125,112,218); }
div.DivClassName
{
background-color: #7D70DA;
}
.BgClassName
{
background-color: #7D70DA;
}
</style>
border-color css
<style>
span { border-color: #7D70DA; }
span { border-color: rgb(125,112,218); }
td.TdClassName
{
border-color: #7D70DA;
}
.TagClassName
{
border-color: #7D70DA;
}
</style>