Shades of Moody Blue #7C80CE
Tints of Moody Blue #7C80CE
RGB
CMYK
RGB Variations
Color information
#7C80CE (or 0x7C80CE) is known color: Moody Blue. HEX triplet: 7C, 80 and CE. RGB value is (124,128,206). Sum of RGB (Red+Green+Blue) = 124+128+206=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80CE is #837F31. Grayscale: #878787. Windows color (decimal): -8617778 or 13533308. OLE color: 13533308.
HSL color Cylindrical-coordinate representation of color #7C80CE: hue angle of 237.07º 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 #7C80CE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 128 | 206 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.19 |
| HSL | 237.07º | 0.46% | 0.65% | - |
| HSV(B) | 237.07º | 0.4% | 0.81% | - |
| XYZ | 27.17 | 24.18 | 61.63 | - |
| YUV | 135.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 206 | 0.40 | 0.38 | 0 | 0.19 | 237.07 | 0.46 | 0.65 |
| Hex | 7C | 80 | CE | 28 | 26 | 0 | 13 | ED | 2E | 41 |
| Octal | 174 | 200 | 316 | 50 | 46 | 0 | 23 | 355 | 56 | 101 |
| Binary | 1111100 | 10000000 | 11001110 | 101000 | 100110 | 0 | 10011 | 11101101 | 101110 | 1000001 |
Color Harmonies of #7C80CE
Complementary color
Monochromatic Colors of #7C80CE
Black with #7C80CE
Text Example
Text Example
White with #7C80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80CE; }
p { color: rgb(124,128,206); }
H1.HeaderClassName
{
color: #7C80CE;
}
.AnyTagClassName
{
color: #7C80CE;
}
</style>
background-color css
<style>
a { background-color: #7C80CE; }
a { background-color: rgb(124,128,206); }
div.DivClassName
{
background-color: #7C80CE;
}
.BgClassName
{
background-color: #7C80CE;
}
</style>
border-color css
<style>
span { border-color: #7C80CE; }
span { border-color: rgb(124,128,206); }
td.TdClassName
{
border-color: #7C80CE;
}
.TagClassName
{
border-color: #7C80CE;
}
</style>