Shades of Moody Blue #7C7FC6
Tints of Moody Blue #7C7FC6
RGB
CMYK
RGB Variations
Color information
#7C7FC6 (or 0x7C7FC6) is known color: Moody Blue. HEX triplet: 7C, 7F and C6. RGB value is (124,127,198). Sum of RGB (Red+Green+Blue) = 124+127+198=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #7C7FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FC6 is #838039. Grayscale: #858585. Windows color (decimal): -8618042 or 13008764. OLE color: 13008764.
HSL color Cylindrical-coordinate representation of color #7C7FC6: hue angle of 237.57º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C7FC6 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 127 | 198 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.22 |
| HSL | 237.57º | 0.39% | 0.63% | - |
| HSV(B) | 237.57º | 0.37% | 0.78% | - |
| XYZ | 26.09 | 23.54 | 56.59 | - |
| YUV | 134.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 198 | 0.37 | 0.36 | 0 | 0.22 | 237.57 | 0.39 | 0.63 |
| Hex | 7C | 7F | C6 | 25 | 24 | 0 | 16 | EE | 27 | 3F |
| Octal | 174 | 177 | 306 | 45 | 44 | 0 | 26 | 356 | 47 | 77 |
| Binary | 1111100 | 1111111 | 11000110 | 100101 | 100100 | 0 | 10110 | 11101110 | 100111 | 111111 |
Color Harmonies of #7C7FC6
Complementary color
Monochromatic Colors of #7C7FC6
Black with #7C7FC6
Text Example
Text Example
White with #7C7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FC6; }
p { color: rgb(124,127,198); }
H1.HeaderClassName
{
color: #7C7FC6;
}
.AnyTagClassName
{
color: #7C7FC6;
}
</style>
background-color css
<style>
a { background-color: #7C7FC6; }
a { background-color: rgb(124,127,198); }
div.DivClassName
{
background-color: #7C7FC6;
}
.BgClassName
{
background-color: #7C7FC6;
}
</style>
border-color css
<style>
span { border-color: #7C7FC6; }
span { border-color: rgb(124,127,198); }
td.TdClassName
{
border-color: #7C7FC6;
}
.TagClassName
{
border-color: #7C7FC6;
}
</style>