Shades of Moody Blue #7F80DB
Tints of Moody Blue #7F80DB
RGB
CMYK
RGB Variations
Color information
#7F80DB (or 0x7F80DB) is known color: Moody Blue. HEX triplet: 7F, 80 and DB. RGB value is (127,128,219). Sum of RGB (Red+Green+Blue) = 127+128+219=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80DB is #807F24. Grayscale: #898989. Windows color (decimal): -8421157 or 14385279. OLE color: 14385279.
HSL color Cylindrical-coordinate representation of color #7F80DB: hue angle of 239.35º degrees, saturation: 0.56, 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 #7F80DB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 128 | 219 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 239.35º | 0.56% | 0.68% | - |
| HSV(B) | 239.35º | 0.42% | 0.86% | - |
| XYZ | 29.26 | 25.06 | 70.31 | - |
| YUV | 138.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 219 | 0.42 | 0.42 | 0 | 0.14 | 239.35 | 0.56 | 0.68 |
| Hex | 7F | 80 | DB | 2A | 2A | 0 | E | EF | 38 | 44 |
| Octal | 177 | 200 | 333 | 52 | 52 | 0 | 16 | 357 | 70 | 104 |
| Binary | 1111111 | 10000000 | 11011011 | 101010 | 101010 | 0 | 1110 | 11101111 | 111000 | 1000100 |
Color Harmonies of #7F80DB
Complementary color
Monochromatic Colors of #7F80DB
Black with #7F80DB
Text Example
Text Example
White with #7F80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80DB; }
p { color: rgb(127,128,219); }
H1.HeaderClassName
{
color: #7F80DB;
}
.AnyTagClassName
{
color: #7F80DB;
}
</style>
background-color css
<style>
a { background-color: #7F80DB; }
a { background-color: rgb(127,128,219); }
div.DivClassName
{
background-color: #7F80DB;
}
.BgClassName
{
background-color: #7F80DB;
}
</style>
border-color css
<style>
span { border-color: #7F80DB; }
span { border-color: rgb(127,128,219); }
td.TdClassName
{
border-color: #7F80DB;
}
.TagClassName
{
border-color: #7F80DB;
}
</style>