Shades of Moody Blue #7D68B9
Tints of Moody Blue #7D68B9
RGB
CMYK
RGB Variations
Color information
#7D68B9 (or 0x7D68B9) is known color: Moody Blue. HEX triplet: 7D, 68 and B9. RGB value is (125,104,185). Sum of RGB (Red+Green+Blue) = 125+104+185=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D68B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68B9 is #829746. Grayscale: #777777. Windows color (decimal): -8558407 or 12150909. OLE color: 12150909.
HSL color Cylindrical-coordinate representation of color #7D68B9: hue angle of 255.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D68B9 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 104 | 185 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.27 |
| HSL | 255.56º | 0.37% | 0.57% | - |
| HSV(B) | 255.56º | 0.44% | 0.73% | - |
| XYZ | 22.16 | 17.76 | 48.16 | - |
| YUV | 119.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 185 | 0.32 | 0.44 | 0 | 0.27 | 255.56 | 0.37 | 0.57 |
| Hex | 7D | 68 | B9 | 20 | 2C | 0 | 1B | 100 | 25 | 39 |
| Octal | 175 | 150 | 271 | 40 | 54 | 0 | 33 | 400 | 45 | 71 |
| Binary | 1111101 | 1101000 | 10111001 | 100000 | 101100 | 0 | 11011 | 100000000 | 100101 | 111001 |
Color Harmonies of #7D68B9
Complementary color
Monochromatic Colors of #7D68B9
Black with #7D68B9
Text Example
Text Example
White with #7D68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68B9; }
p { color: rgb(125,104,185); }
H1.HeaderClassName
{
color: #7D68B9;
}
.AnyTagClassName
{
color: #7D68B9;
}
</style>
background-color css
<style>
a { background-color: #7D68B9; }
a { background-color: rgb(125,104,185); }
div.DivClassName
{
background-color: #7D68B9;
}
.BgClassName
{
background-color: #7D68B9;
}
</style>
border-color css
<style>
span { border-color: #7D68B9; }
span { border-color: rgb(125,104,185); }
td.TdClassName
{
border-color: #7D68B9;
}
.TagClassName
{
border-color: #7D68B9;
}
</style>