Shades of Moody Blue #7D68CF
Tints of Moody Blue #7D68CF
RGB
CMYK
RGB Variations
Color information
#7D68CF (or 0x7D68CF) is known color: Moody Blue. HEX triplet: 7D, 68 and CF. RGB value is (125,104,207). Sum of RGB (Red+Green+Blue) = 125+104+207=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68CF is #829730. Grayscale: #797979. Windows color (decimal): -8558385 or 13592701. OLE color: 13592701.
HSL color Cylindrical-coordinate representation of color #7D68CF: hue angle of 252.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D68CF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 104 | 207 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 252.23º | 0.52% | 0.61% | - |
| HSV(B) | 252.23º | 0.5% | 0.81% | - |
| XYZ | 24.67 | 18.77 | 61.35 | - |
| YUV | 122.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 207 | 0.40 | 0.50 | 0 | 0.19 | 252.23 | 0.52 | 0.61 |
| Hex | 7D | 68 | CF | 28 | 32 | 0 | 13 | FC | 34 | 3D |
| Octal | 175 | 150 | 317 | 50 | 62 | 0 | 23 | 374 | 64 | 75 |
| Binary | 1111101 | 1101000 | 11001111 | 101000 | 110010 | 0 | 10011 | 11111100 | 110100 | 111101 |
Color Harmonies of #7D68CF
Complementary color
Monochromatic Colors of #7D68CF
Black with #7D68CF
Text Example
Text Example
White with #7D68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68CF; }
p { color: rgb(125,104,207); }
H1.HeaderClassName
{
color: #7D68CF;
}
.AnyTagClassName
{
color: #7D68CF;
}
</style>
background-color css
<style>
a { background-color: #7D68CF; }
a { background-color: rgb(125,104,207); }
div.DivClassName
{
background-color: #7D68CF;
}
.BgClassName
{
background-color: #7D68CF;
}
</style>
border-color css
<style>
span { border-color: #7D68CF; }
span { border-color: rgb(125,104,207); }
td.TdClassName
{
border-color: #7D68CF;
}
.TagClassName
{
border-color: #7D68CF;
}
</style>