Shades of Moody Blue #7D6FCF
Tints of Moody Blue #7D6FCF
RGB
CMYK
RGB Variations
Color information
#7D6FCF (or 0x7D6FCF) is known color: Moody Blue. HEX triplet: 7D, 6F and CF. RGB value is (125,111,207). Sum of RGB (Red+Green+Blue) = 125+111+207=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FCF is #829030. Grayscale: #7D7D7D. Windows color (decimal): -8556593 or 13594493. OLE color: 13594493.
HSL color Cylindrical-coordinate representation of color #7D6FCF: hue angle of 248.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6FCF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 111 | 207 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.19 |
| HSL | 248.75º | 0.5% | 0.62% | - |
| HSV(B) | 248.75º | 0.46% | 0.81% | - |
| XYZ | 25.4 | 20.23 | 61.6 | - |
| YUV | 126.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 207 | 0.40 | 0.46 | 0 | 0.19 | 248.75 | 0.5 | 0.62 |
| Hex | 7D | 6F | CF | 28 | 2E | 0 | 13 | F9 | 32 | 3E |
| Octal | 175 | 157 | 317 | 50 | 56 | 0 | 23 | 371 | 62 | 76 |
| Binary | 1111101 | 1101111 | 11001111 | 101000 | 101110 | 0 | 10011 | 11111001 | 110010 | 111110 |
Color Harmonies of #7D6FCF
Complementary color
Monochromatic Colors of #7D6FCF
Black with #7D6FCF
Text Example
Text Example
White with #7D6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FCF; }
p { color: rgb(125,111,207); }
H1.HeaderClassName
{
color: #7D6FCF;
}
.AnyTagClassName
{
color: #7D6FCF;
}
</style>
background-color css
<style>
a { background-color: #7D6FCF; }
a { background-color: rgb(125,111,207); }
div.DivClassName
{
background-color: #7D6FCF;
}
.BgClassName
{
background-color: #7D6FCF;
}
</style>
border-color css
<style>
span { border-color: #7D6FCF; }
span { border-color: rgb(125,111,207); }
td.TdClassName
{
border-color: #7D6FCF;
}
.TagClassName
{
border-color: #7D6FCF;
}
</style>