Shades of Moody Blue #7D6DBE
Tints of Moody Blue #7D6DBE
RGB
CMYK
RGB Variations
Color information
#7D6DBE (or 0x7D6DBE) is known color: Moody Blue. HEX triplet: 7D, 6D and BE. RGB value is (125,109,190). Sum of RGB (Red+Green+Blue) = 125+109+190=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DBE is #829241. Grayscale: #7A7A7A. Windows color (decimal): -8557122 or 12479869. OLE color: 12479869.
HSL color Cylindrical-coordinate representation of color #7D6DBE: hue angle of 251.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6DBE is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 109 | 190 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.25 |
| HSL | 251.85º | 0.38% | 0.59% | - |
| HSV(B) | 251.85º | 0.43% | 0.75% | - |
| XYZ | 23.22 | 19.01 | 51.16 | - |
| YUV | 123.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 190 | 0.34 | 0.43 | 0 | 0.25 | 251.85 | 0.38 | 0.59 |
| Hex | 7D | 6D | BE | 22 | 2B | 0 | 19 | FC | 26 | 3B |
| Octal | 175 | 155 | 276 | 42 | 53 | 0 | 31 | 374 | 46 | 73 |
| Binary | 1111101 | 1101101 | 10111110 | 100010 | 101011 | 0 | 11001 | 11111100 | 100110 | 111011 |
Color Harmonies of #7D6DBE
Complementary color
Monochromatic Colors of #7D6DBE
Black with #7D6DBE
Text Example
Text Example
White with #7D6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DBE; }
p { color: rgb(125,109,190); }
H1.HeaderClassName
{
color: #7D6DBE;
}
.AnyTagClassName
{
color: #7D6DBE;
}
</style>
background-color css
<style>
a { background-color: #7D6DBE; }
a { background-color: rgb(125,109,190); }
div.DivClassName
{
background-color: #7D6DBE;
}
.BgClassName
{
background-color: #7D6DBE;
}
</style>
border-color css
<style>
span { border-color: #7D6DBE; }
span { border-color: rgb(125,109,190); }
td.TdClassName
{
border-color: #7D6DBE;
}
.TagClassName
{
border-color: #7D6DBE;
}
</style>