Shades of Moody Blue #7F80BE
Tints of Moody Blue #7F80BE
RGB
CMYK
RGB Variations
Color information
#7F80BE (or 0x7F80BE) is known color: Moody Blue. HEX triplet: 7F, 80 and BE. RGB value is (127,128,190). Sum of RGB (Red+Green+Blue) = 127+128+190=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80BE is #807F41. Grayscale: #868686. Windows color (decimal): -8421186 or 12484735. OLE color: 12484735.
HSL color Cylindrical-coordinate representation of color #7F80BE: hue angle of 239.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F80BE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 128 | 190 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.25 |
| HSL | 239.05º | 0.33% | 0.62% | - |
| HSV(B) | 239.05º | 0.33% | 0.75% | - |
| XYZ | 25.77 | 23.67 | 51.93 | - |
| YUV | 134.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 190 | 0.33 | 0.33 | 0 | 0.25 | 239.05 | 0.33 | 0.62 |
| Hex | 7F | 80 | BE | 21 | 21 | 0 | 19 | EF | 21 | 3E |
| Octal | 177 | 200 | 276 | 41 | 41 | 0 | 31 | 357 | 41 | 76 |
| Binary | 1111111 | 10000000 | 10111110 | 100001 | 100001 | 0 | 11001 | 11101111 | 100001 | 111110 |
Color Harmonies of #7F80BE
Complementary color
Monochromatic Colors of #7F80BE
Black with #7F80BE
Text Example
Text Example
White with #7F80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80BE; }
p { color: rgb(127,128,190); }
H1.HeaderClassName
{
color: #7F80BE;
}
.AnyTagClassName
{
color: #7F80BE;
}
</style>
background-color css
<style>
a { background-color: #7F80BE; }
a { background-color: rgb(127,128,190); }
div.DivClassName
{
background-color: #7F80BE;
}
.BgClassName
{
background-color: #7F80BE;
}
</style>
border-color css
<style>
span { border-color: #7F80BE; }
span { border-color: rgb(127,128,190); }
td.TdClassName
{
border-color: #7F80BE;
}
.TagClassName
{
border-color: #7F80BE;
}
</style>