Shades of Moody Blue #7C68CB
Tints of Moody Blue #7C68CB
RGB
CMYK
RGB Variations
Color information
#7C68CB (or 0x7C68CB) is known color: Moody Blue. HEX triplet: 7C, 68 and CB. RGB value is (124,104,203). Sum of RGB (Red+Green+Blue) = 124+104+203=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68CB is #839734. Grayscale: #787878. Windows color (decimal): -8623925 or 13330556. OLE color: 13330556.
HSL color Cylindrical-coordinate representation of color #7C68CB: hue angle of 252.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C68CB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 104 | 203 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.20 |
| HSL | 252.12º | 0.49% | 0.6% | - |
| HSV(B) | 252.12º | 0.49% | 0.8% | - |
| XYZ | 24.04 | 18.5 | 58.8 | - |
| YUV | 121.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 203 | 0.39 | 0.49 | 0 | 0.20 | 252.12 | 0.49 | 0.6 |
| Hex | 7C | 68 | CB | 27 | 31 | 0 | 14 | FC | 31 | 3C |
| Octal | 174 | 150 | 313 | 47 | 61 | 0 | 24 | 374 | 61 | 74 |
| Binary | 1111100 | 1101000 | 11001011 | 100111 | 110001 | 0 | 10100 | 11111100 | 110001 | 111100 |
Color Harmonies of #7C68CB
Complementary color
Monochromatic Colors of #7C68CB
Black with #7C68CB
Text Example
Text Example
White with #7C68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C68CB; }
p { color: rgb(124,104,203); }
H1.HeaderClassName
{
color: #7C68CB;
}
.AnyTagClassName
{
color: #7C68CB;
}
</style>
background-color css
<style>
a { background-color: #7C68CB; }
a { background-color: rgb(124,104,203); }
div.DivClassName
{
background-color: #7C68CB;
}
.BgClassName
{
background-color: #7C68CB;
}
</style>
border-color css
<style>
span { border-color: #7C68CB; }
span { border-color: rgb(124,104,203); }
td.TdClassName
{
border-color: #7C68CB;
}
.TagClassName
{
border-color: #7C68CB;
}
</style>