Shades of Moody Blue #7F80DC
Tints of Moody Blue #7F80DC
RGB
CMYK
RGB Variations
Color information
#7F80DC (or 0x7F80DC) is known color: Moody Blue. HEX triplet: 7F, 80 and DC. RGB value is (127,128,220). Sum of RGB (Red+Green+Blue) = 127+128+220=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F80DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80DC is #807F23. Grayscale: #898989. Windows color (decimal): -8421156 or 14450815. OLE color: 14450815.
HSL color Cylindrical-coordinate representation of color #7F80DC: hue angle of 239.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F80DC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 128 | 220 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 239.35º | 0.57% | 0.68% | - |
| HSV(B) | 239.35º | 0.42% | 0.86% | - |
| XYZ | 29.39 | 25.12 | 71.01 | - |
| YUV | 138.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 220 | 0.42 | 0.42 | 0 | 0.14 | 239.35 | 0.57 | 0.68 |
| Hex | 7F | 80 | DC | 2A | 2A | 0 | E | EF | 39 | 44 |
| Octal | 177 | 200 | 334 | 52 | 52 | 0 | 16 | 357 | 71 | 104 |
| Binary | 1111111 | 10000000 | 11011100 | 101010 | 101010 | 0 | 1110 | 11101111 | 111001 | 1000100 |
Color Harmonies of #7F80DC
Complementary color
Monochromatic Colors of #7F80DC
Black with #7F80DC
Text Example
Text Example
White with #7F80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80DC; }
p { color: rgb(127,128,220); }
H1.HeaderClassName
{
color: #7F80DC;
}
.AnyTagClassName
{
color: #7F80DC;
}
</style>
background-color css
<style>
a { background-color: #7F80DC; }
a { background-color: rgb(127,128,220); }
div.DivClassName
{
background-color: #7F80DC;
}
.BgClassName
{
background-color: #7F80DC;
}
</style>
border-color css
<style>
span { border-color: #7F80DC; }
span { border-color: rgb(127,128,220); }
td.TdClassName
{
border-color: #7F80DC;
}
.TagClassName
{
border-color: #7F80DC;
}
</style>