Shades of Moody Blue #7D6DCF
Tints of Moody Blue #7D6DCF
RGB
CMYK
RGB Variations
Color information
#7D6DCF (or 0x7D6DCF) is known color: Moody Blue. HEX triplet: 7D, 6D and CF. RGB value is (125,109,207). Sum of RGB (Red+Green+Blue) = 125+109+207=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DCF is #829230. Grayscale: #7C7C7C. Windows color (decimal): -8557105 or 13593981. OLE color: 13593981.
HSL color Cylindrical-coordinate representation of color #7D6DCF: hue angle of 249.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6DCF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 109 | 207 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.19 |
| HSL | 249.8º | 0.51% | 0.62% | - |
| HSV(B) | 249.8º | 0.47% | 0.81% | - |
| XYZ | 25.19 | 19.8 | 61.53 | - |
| YUV | 124.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 207 | 0.40 | 0.47 | 0 | 0.19 | 249.8 | 0.51 | 0.62 |
| Hex | 7D | 6D | CF | 28 | 2F | 0 | 13 | FA | 33 | 3E |
| Octal | 175 | 155 | 317 | 50 | 57 | 0 | 23 | 372 | 63 | 76 |
| Binary | 1111101 | 1101101 | 11001111 | 101000 | 101111 | 0 | 10011 | 11111010 | 110011 | 111110 |
Color Harmonies of #7D6DCF
Complementary color
Monochromatic Colors of #7D6DCF
Black with #7D6DCF
Text Example
Text Example
White with #7D6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DCF; }
p { color: rgb(125,109,207); }
H1.HeaderClassName
{
color: #7D6DCF;
}
.AnyTagClassName
{
color: #7D6DCF;
}
</style>
background-color css
<style>
a { background-color: #7D6DCF; }
a { background-color: rgb(125,109,207); }
div.DivClassName
{
background-color: #7D6DCF;
}
.BgClassName
{
background-color: #7D6DCF;
}
</style>
border-color css
<style>
span { border-color: #7D6DCF; }
span { border-color: rgb(125,109,207); }
td.TdClassName
{
border-color: #7D6DCF;
}
.TagClassName
{
border-color: #7D6DCF;
}
</style>