Shades of Moody Blue #7C68C5
Tints of Moody Blue #7C68C5
RGB
CMYK
RGB Variations
Color information
#7C68C5 (or 0x7C68C5) is known color: Moody Blue. HEX triplet: 7C, 68 and C5. RGB value is (124,104,197). Sum of RGB (Red+Green+Blue) = 124+104+197=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #7C68C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68C5 is #83973A. Grayscale: #787878. Windows color (decimal): -8623931 or 12937340. OLE color: 12937340.
HSL color Cylindrical-coordinate representation of color #7C68C5: hue angle of 252.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C68C5 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 104 | 197 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.23 |
| HSL | 252.9º | 0.44% | 0.59% | - |
| HSV(B) | 252.9º | 0.47% | 0.77% | - |
| XYZ | 23.34 | 18.22 | 55.11 | - |
| YUV | 120.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 197 | 0.37 | 0.47 | 0 | 0.23 | 252.9 | 0.44 | 0.59 |
| Hex | 7C | 68 | C5 | 25 | 2F | 0 | 17 | FD | 2C | 3B |
| Octal | 174 | 150 | 305 | 45 | 57 | 0 | 27 | 375 | 54 | 73 |
| Binary | 1111100 | 1101000 | 11000101 | 100101 | 101111 | 0 | 10111 | 11111101 | 101100 | 111011 |
Color Harmonies of #7C68C5
Complementary color
Monochromatic Colors of #7C68C5
Black with #7C68C5
Text Example
Text Example
White with #7C68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C68C5; }
p { color: rgb(124,104,197); }
H1.HeaderClassName
{
color: #7C68C5;
}
.AnyTagClassName
{
color: #7C68C5;
}
</style>
background-color css
<style>
a { background-color: #7C68C5; }
a { background-color: rgb(124,104,197); }
div.DivClassName
{
background-color: #7C68C5;
}
.BgClassName
{
background-color: #7C68C5;
}
</style>
border-color css
<style>
span { border-color: #7C68C5; }
span { border-color: rgb(124,104,197); }
td.TdClassName
{
border-color: #7C68C5;
}
.TagClassName
{
border-color: #7C68C5;
}
</style>