Shades of Moody Blue #7D6FBD
Tints of Moody Blue #7D6FBD
RGB
CMYK
RGB Variations
Color information
#7D6FBD (or 0x7D6FBD) is known color: Moody Blue. HEX triplet: 7D, 6F and BD. RGB value is (125,111,189). Sum of RGB (Red+Green+Blue) = 125+111+189=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D6FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FBD is #829042. Grayscale: #7B7B7B. Windows color (decimal): -8556611 or 12414845. OLE color: 12414845.
HSL color Cylindrical-coordinate representation of color #7D6FBD: hue angle of 250.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D6FBD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 111 | 189 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.26 |
| HSL | 250.77º | 0.37% | 0.59% | - |
| HSV(B) | 250.77º | 0.41% | 0.74% | - |
| XYZ | 23.33 | 19.4 | 50.66 | - |
| YUV | 124.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 189 | 0.34 | 0.41 | 0 | 0.26 | 250.77 | 0.37 | 0.59 |
| Hex | 7D | 6F | BD | 22 | 29 | 0 | 1A | FB | 25 | 3B |
| Octal | 175 | 157 | 275 | 42 | 51 | 0 | 32 | 373 | 45 | 73 |
| Binary | 1111101 | 1101111 | 10111101 | 100010 | 101001 | 0 | 11010 | 11111011 | 100101 | 111011 |
Color Harmonies of #7D6FBD
Complementary color
Monochromatic Colors of #7D6FBD
Black with #7D6FBD
Text Example
Text Example
White with #7D6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FBD; }
p { color: rgb(125,111,189); }
H1.HeaderClassName
{
color: #7D6FBD;
}
.AnyTagClassName
{
color: #7D6FBD;
}
</style>
background-color css
<style>
a { background-color: #7D6FBD; }
a { background-color: rgb(125,111,189); }
div.DivClassName
{
background-color: #7D6FBD;
}
.BgClassName
{
background-color: #7D6FBD;
}
</style>
border-color css
<style>
span { border-color: #7D6FBD; }
span { border-color: rgb(125,111,189); }
td.TdClassName
{
border-color: #7D6FBD;
}
.TagClassName
{
border-color: #7D6FBD;
}
</style>