Shades of Moody Blue #7C68CF
Tints of Moody Blue #7C68CF
RGB
CMYK
RGB Variations
Color information
#7C68CF (or 0x7C68CF) is known color: Moody Blue. HEX triplet: 7C, 68 and CF. RGB value is (124,104,207). Sum of RGB (Red+Green+Blue) = 124+104+207=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68CF is #839730. Grayscale: #797979. Windows color (decimal): -8623921 or 13592700. OLE color: 13592700.
HSL color Cylindrical-coordinate representation of color #7C68CF: hue angle of 251.65º 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 #7C68CF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 104 | 207 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 251.65º | 0.52% | 0.61% | - |
| HSV(B) | 251.65º | 0.5% | 0.81% | - |
| XYZ | 24.52 | 18.69 | 61.35 | - |
| YUV | 121.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 207 | 0.40 | 0.50 | 0 | 0.19 | 251.65 | 0.52 | 0.61 |
| Hex | 7C | 68 | CF | 28 | 32 | 0 | 13 | FC | 34 | 3D |
| Octal | 174 | 150 | 317 | 50 | 62 | 0 | 23 | 374 | 64 | 75 |
| Binary | 1111100 | 1101000 | 11001111 | 101000 | 110010 | 0 | 10011 | 11111100 | 110100 | 111101 |
Color Harmonies of #7C68CF
Complementary color
Monochromatic Colors of #7C68CF
Black with #7C68CF
Text Example
Text Example
White with #7C68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C68CF; }
p { color: rgb(124,104,207); }
H1.HeaderClassName
{
color: #7C68CF;
}
.AnyTagClassName
{
color: #7C68CF;
}
</style>
background-color css
<style>
a { background-color: #7C68CF; }
a { background-color: rgb(124,104,207); }
div.DivClassName
{
background-color: #7C68CF;
}
.BgClassName
{
background-color: #7C68CF;
}
</style>
border-color css
<style>
span { border-color: #7C68CF; }
span { border-color: rgb(124,104,207); }
td.TdClassName
{
border-color: #7C68CF;
}
.TagClassName
{
border-color: #7C68CF;
}
</style>