Shades of Moody Blue #7D68D0
Tints of Moody Blue #7D68D0
RGB
CMYK
RGB Variations
Color information
#7D68D0 (or 0x7D68D0) is known color: Moody Blue. HEX triplet: 7D, 68 and D0. RGB value is (125,104,208). Sum of RGB (Red+Green+Blue) = 125+104+208=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D68D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68D0 is #82972F. Grayscale: #797979. Windows color (decimal): -8558384 or 13658237. OLE color: 13658237.
HSL color Cylindrical-coordinate representation of color #7D68D0: hue angle of 252.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D68D0 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 104 | 208 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.18 |
| HSL | 252.12º | 0.53% | 0.61% | - |
| HSV(B) | 252.12º | 0.5% | 0.82% | - |
| XYZ | 24.79 | 18.81 | 62 | - |
| YUV | 122.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 208 | 0.40 | 0.5 | 0 | 0.18 | 252.12 | 0.53 | 0.61 |
| Hex | 7D | 68 | D0 | 28 | 32 | 0 | 12 | FC | 35 | 3D |
| Octal | 175 | 150 | 320 | 50 | 62 | 0 | 22 | 374 | 65 | 75 |
| Binary | 1111101 | 1101000 | 11010000 | 101000 | 110010 | 0 | 10010 | 11111100 | 110101 | 111101 |
Color Harmonies of #7D68D0
Complementary color
Monochromatic Colors of #7D68D0
Black with #7D68D0
Text Example
Text Example
White with #7D68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68D0; }
p { color: rgb(125,104,208); }
H1.HeaderClassName
{
color: #7D68D0;
}
.AnyTagClassName
{
color: #7D68D0;
}
</style>
background-color css
<style>
a { background-color: #7D68D0; }
a { background-color: rgb(125,104,208); }
div.DivClassName
{
background-color: #7D68D0;
}
.BgClassName
{
background-color: #7D68D0;
}
</style>
border-color css
<style>
span { border-color: #7D68D0; }
span { border-color: rgb(125,104,208); }
td.TdClassName
{
border-color: #7D68D0;
}
.TagClassName
{
border-color: #7D68D0;
}
</style>