Shades of Moody Blue #7D6FC6
Tints of Moody Blue #7D6FC6
RGB
CMYK
RGB Variations
Color information
#7D6FC6 (or 0x7D6FC6) is known color: Moody Blue. HEX triplet: 7D, 6F and C6. RGB value is (125,111,198). Sum of RGB (Red+Green+Blue) = 125+111+198=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D6FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FC6 is #829039. Grayscale: #7C7C7C. Windows color (decimal): -8556602 or 13004669. OLE color: 13004669.
HSL color Cylindrical-coordinate representation of color #7D6FC6: hue angle of 249.66º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D6FC6 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 111 | 198 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.22 |
| HSL | 249.66º | 0.43% | 0.61% | - |
| HSV(B) | 249.66º | 0.44% | 0.78% | - |
| XYZ | 24.33 | 19.81 | 55.97 | - |
| YUV | 125.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 198 | 0.37 | 0.44 | 0 | 0.22 | 249.66 | 0.43 | 0.61 |
| Hex | 7D | 6F | C6 | 25 | 2C | 0 | 16 | FA | 2B | 3D |
| Octal | 175 | 157 | 306 | 45 | 54 | 0 | 26 | 372 | 53 | 75 |
| Binary | 1111101 | 1101111 | 11000110 | 100101 | 101100 | 0 | 10110 | 11111010 | 101011 | 111101 |
Color Harmonies of #7D6FC6
Complementary color
Monochromatic Colors of #7D6FC6
Black with #7D6FC6
Text Example
Text Example
White with #7D6FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FC6; }
p { color: rgb(125,111,198); }
H1.HeaderClassName
{
color: #7D6FC6;
}
.AnyTagClassName
{
color: #7D6FC6;
}
</style>
background-color css
<style>
a { background-color: #7D6FC6; }
a { background-color: rgb(125,111,198); }
div.DivClassName
{
background-color: #7D6FC6;
}
.BgClassName
{
background-color: #7D6FC6;
}
</style>
border-color css
<style>
span { border-color: #7D6FC6; }
span { border-color: rgb(125,111,198); }
td.TdClassName
{
border-color: #7D6FC6;
}
.TagClassName
{
border-color: #7D6FC6;
}
</style>