Shades of Moody Blue #7F80DF
Tints of Moody Blue #7F80DF
RGB
CMYK
RGB Variations
Color information
#7F80DF (or 0x7F80DF) is known color: Moody Blue. HEX triplet: 7F, 80 and DF. RGB value is (127,128,223). Sum of RGB (Red+Green+Blue) = 127+128+223=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F80DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80DF is #807F20. Grayscale: #8A8A8A. Windows color (decimal): -8421153 or 14647423. OLE color: 14647423.
HSL color Cylindrical-coordinate representation of color #7F80DF: hue angle of 239.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F80DF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 128 | 223 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.13 |
| HSL | 239.38º | 0.6% | 0.69% | - |
| HSV(B) | 239.38º | 0.43% | 0.87% | - |
| XYZ | 29.79 | 25.28 | 73.12 | - |
| YUV | 138.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 223 | 0.43 | 0.43 | 0 | 0.13 | 239.38 | 0.6 | 0.69 |
| Hex | 7F | 80 | DF | 2B | 2B | 0 | D | EF | 3C | 45 |
| Octal | 177 | 200 | 337 | 53 | 53 | 0 | 15 | 357 | 74 | 105 |
| Binary | 1111111 | 10000000 | 11011111 | 101011 | 101011 | 0 | 1101 | 11101111 | 111100 | 1000101 |
Color Harmonies of #7F80DF
Complementary color
Monochromatic Colors of #7F80DF
Black with #7F80DF
Text Example
Text Example
White with #7F80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80DF; }
p { color: rgb(127,128,223); }
H1.HeaderClassName
{
color: #7F80DF;
}
.AnyTagClassName
{
color: #7F80DF;
}
</style>
background-color css
<style>
a { background-color: #7F80DF; }
a { background-color: rgb(127,128,223); }
div.DivClassName
{
background-color: #7F80DF;
}
.BgClassName
{
background-color: #7F80DF;
}
</style>
border-color css
<style>
span { border-color: #7F80DF; }
span { border-color: rgb(127,128,223); }
td.TdClassName
{
border-color: #7F80DF;
}
.TagClassName
{
border-color: #7F80DF;
}
</style>