Shades of Moody Blue #7D68BE
Tints of Moody Blue #7D68BE
RGB
CMYK
RGB Variations
Color information
#7D68BE (or 0x7D68BE) is known color: Moody Blue. HEX triplet: 7D, 68 and BE. RGB value is (125,104,190). Sum of RGB (Red+Green+Blue) = 125+104+190=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68BE is #829741. Grayscale: #777777. Windows color (decimal): -8558402 or 12478589. OLE color: 12478589.
HSL color Cylindrical-coordinate representation of color #7D68BE: hue angle of 254.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D68BE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 104 | 190 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.25 |
| HSL | 254.65º | 0.4% | 0.58% | - |
| HSV(B) | 254.65º | 0.45% | 0.75% | - |
| XYZ | 22.7 | 17.98 | 50.99 | - |
| YUV | 120.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 190 | 0.34 | 0.45 | 0 | 0.25 | 254.65 | 0.4 | 0.58 |
| Hex | 7D | 68 | BE | 22 | 2D | 0 | 19 | FF | 28 | 3A |
| Octal | 175 | 150 | 276 | 42 | 55 | 0 | 31 | 377 | 50 | 72 |
| Binary | 1111101 | 1101000 | 10111110 | 100010 | 101101 | 0 | 11001 | 11111111 | 101000 | 111010 |
Color Harmonies of #7D68BE
Complementary color
Monochromatic Colors of #7D68BE
Black with #7D68BE
Text Example
Text Example
White with #7D68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68BE; }
p { color: rgb(125,104,190); }
H1.HeaderClassName
{
color: #7D68BE;
}
.AnyTagClassName
{
color: #7D68BE;
}
</style>
background-color css
<style>
a { background-color: #7D68BE; }
a { background-color: rgb(125,104,190); }
div.DivClassName
{
background-color: #7D68BE;
}
.BgClassName
{
background-color: #7D68BE;
}
</style>
border-color css
<style>
span { border-color: #7D68BE; }
span { border-color: rgb(125,104,190); }
td.TdClassName
{
border-color: #7D68BE;
}
.TagClassName
{
border-color: #7D68BE;
}
</style>