Shades of Moody Blue #7C80CD
Tints of Moody Blue #7C80CD
RGB
CMYK
RGB Variations
Color information
#7C80CD (or 0x7C80CD) is known color: Moody Blue. HEX triplet: 7C, 80 and CD. RGB value is (124,128,205). Sum of RGB (Red+Green+Blue) = 124+128+205=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80CD is #837F32. Grayscale: #878787. Windows color (decimal): -8617779 or 13467772. OLE color: 13467772.
HSL color Cylindrical-coordinate representation of color #7C80CD: hue angle of 237.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C80CD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 128 | 205 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.20 |
| HSL | 237.04º | 0.45% | 0.65% | - |
| HSV(B) | 237.04º | 0.4% | 0.8% | - |
| XYZ | 27.05 | 24.13 | 60.99 | - |
| YUV | 135.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 205 | 0.40 | 0.38 | 0 | 0.20 | 237.04 | 0.45 | 0.65 |
| Hex | 7C | 80 | CD | 28 | 26 | 0 | 14 | ED | 2D | 41 |
| Octal | 174 | 200 | 315 | 50 | 46 | 0 | 24 | 355 | 55 | 101 |
| Binary | 1111100 | 10000000 | 11001101 | 101000 | 100110 | 0 | 10100 | 11101101 | 101101 | 1000001 |
Color Harmonies of #7C80CD
Complementary color
Monochromatic Colors of #7C80CD
Black with #7C80CD
Text Example
Text Example
White with #7C80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80CD; }
p { color: rgb(124,128,205); }
H1.HeaderClassName
{
color: #7C80CD;
}
.AnyTagClassName
{
color: #7C80CD;
}
</style>
background-color css
<style>
a { background-color: #7C80CD; }
a { background-color: rgb(124,128,205); }
div.DivClassName
{
background-color: #7C80CD;
}
.BgClassName
{
background-color: #7C80CD;
}
</style>
border-color css
<style>
span { border-color: #7C80CD; }
span { border-color: rgb(124,128,205); }
td.TdClassName
{
border-color: #7C80CD;
}
.TagClassName
{
border-color: #7C80CD;
}
</style>