Shades of Moody Blue #7C68CE
Tints of Moody Blue #7C68CE
RGB
CMYK
RGB Variations
Color information
#7C68CE (or 0x7C68CE) is known color: Moody Blue. HEX triplet: 7C, 68 and CE. RGB value is (124,104,206). Sum of RGB (Red+Green+Blue) = 124+104+206=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68CE is #839731. Grayscale: #797979. Windows color (decimal): -8623922 or 13527164. OLE color: 13527164.
HSL color Cylindrical-coordinate representation of color #7C68CE: hue angle of 251.76º degrees, saturation: 0.51, 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 #7C68CE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 104 | 206 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 251.76º | 0.51% | 0.61% | - |
| HSV(B) | 251.76º | 0.5% | 0.81% | - |
| XYZ | 24.4 | 18.64 | 60.7 | - |
| YUV | 121.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 206 | 0.40 | 0.50 | 0 | 0.19 | 251.76 | 0.51 | 0.61 |
| Hex | 7C | 68 | CE | 28 | 32 | 0 | 13 | FC | 33 | 3D |
| Octal | 174 | 150 | 316 | 50 | 62 | 0 | 23 | 374 | 63 | 75 |
| Binary | 1111100 | 1101000 | 11001110 | 101000 | 110010 | 0 | 10011 | 11111100 | 110011 | 111101 |
Color Harmonies of #7C68CE
Complementary color
Monochromatic Colors of #7C68CE
Black with #7C68CE
Text Example
Text Example
White with #7C68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C68CE; }
p { color: rgb(124,104,206); }
H1.HeaderClassName
{
color: #7C68CE;
}
.AnyTagClassName
{
color: #7C68CE;
}
</style>
background-color css
<style>
a { background-color: #7C68CE; }
a { background-color: rgb(124,104,206); }
div.DivClassName
{
background-color: #7C68CE;
}
.BgClassName
{
background-color: #7C68CE;
}
</style>
border-color css
<style>
span { border-color: #7C68CE; }
span { border-color: rgb(124,104,206); }
td.TdClassName
{
border-color: #7C68CE;
}
.TagClassName
{
border-color: #7C68CE;
}
</style>