Shades of Moody Blue #7C80CF
Tints of Moody Blue #7C80CF
RGB
CMYK
RGB Variations
Color information
#7C80CF (or 0x7C80CF) is known color: Moody Blue. HEX triplet: 7C, 80 and CF. RGB value is (124,128,207). Sum of RGB (Red+Green+Blue) = 124+128+207=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C80CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80CF is #837F30. Grayscale: #878787. Windows color (decimal): -8617777 or 13598844. OLE color: 13598844.
HSL color Cylindrical-coordinate representation of color #7C80CF: hue angle of 237.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C80CF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 128 | 207 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.19 |
| HSL | 237.11º | 0.46% | 0.65% | - |
| HSV(B) | 237.11º | 0.4% | 0.81% | - |
| XYZ | 27.29 | 24.23 | 62.27 | - |
| YUV | 135.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 207 | 0.40 | 0.38 | 0 | 0.19 | 237.11 | 0.46 | 0.65 |
| Hex | 7C | 80 | CF | 28 | 26 | 0 | 13 | ED | 2E | 41 |
| Octal | 174 | 200 | 317 | 50 | 46 | 0 | 23 | 355 | 56 | 101 |
| Binary | 1111100 | 10000000 | 11001111 | 101000 | 100110 | 0 | 10011 | 11101101 | 101110 | 1000001 |
Color Harmonies of #7C80CF
Complementary color
Monochromatic Colors of #7C80CF
Black with #7C80CF
Text Example
Text Example
White with #7C80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80CF; }
p { color: rgb(124,128,207); }
H1.HeaderClassName
{
color: #7C80CF;
}
.AnyTagClassName
{
color: #7C80CF;
}
</style>
background-color css
<style>
a { background-color: #7C80CF; }
a { background-color: rgb(124,128,207); }
div.DivClassName
{
background-color: #7C80CF;
}
.BgClassName
{
background-color: #7C80CF;
}
</style>
border-color css
<style>
span { border-color: #7C80CF; }
span { border-color: rgb(124,128,207); }
td.TdClassName
{
border-color: #7C80CF;
}
.TagClassName
{
border-color: #7C80CF;
}
</style>