Shades of Moody Blue #7F77DB
Tints of Moody Blue #7F77DB
RGB
CMYK
RGB Variations
Color information
#7F77DB (or 0x7F77DB) is known color: Moody Blue. HEX triplet: 7F, 77 and DB. RGB value is (127,119,219). Sum of RGB (Red+Green+Blue) = 127+119+219=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77DB is #808824. Grayscale: #848484. Windows color (decimal): -8423461 or 14382975. OLE color: 14382975.
HSL color Cylindrical-coordinate representation of color #7F77DB: hue angle of 244.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F77DB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 119 | 219 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.14 |
| HSL | 244.8º | 0.58% | 0.66% | - |
| HSV(B) | 244.8º | 0.46% | 0.86% | - |
| XYZ | 28.14 | 22.82 | 69.94 | - |
| YUV | 132.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 219 | 0.42 | 0.46 | 0 | 0.14 | 244.8 | 0.58 | 0.66 |
| Hex | 7F | 77 | DB | 2A | 2E | 0 | E | F5 | 3A | 42 |
| Octal | 177 | 167 | 333 | 52 | 56 | 0 | 16 | 365 | 72 | 102 |
| Binary | 1111111 | 1110111 | 11011011 | 101010 | 101110 | 0 | 1110 | 11110101 | 111010 | 1000010 |
Color Harmonies of #7F77DB
Complementary color
Monochromatic Colors of #7F77DB
Black with #7F77DB
Text Example
Text Example
White with #7F77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77DB; }
p { color: rgb(127,119,219); }
H1.HeaderClassName
{
color: #7F77DB;
}
.AnyTagClassName
{
color: #7F77DB;
}
</style>
background-color css
<style>
a { background-color: #7F77DB; }
a { background-color: rgb(127,119,219); }
div.DivClassName
{
background-color: #7F77DB;
}
.BgClassName
{
background-color: #7F77DB;
}
</style>
border-color css
<style>
span { border-color: #7F77DB; }
span { border-color: rgb(127,119,219); }
td.TdClassName
{
border-color: #7F77DB;
}
.TagClassName
{
border-color: #7F77DB;
}
</style>