Shades of Moody Blue #7D77DB
Tints of Moody Blue #7D77DB
RGB
CMYK
RGB Variations
Color information
#7D77DB (or 0x7D77DB) is known color: Moody Blue. HEX triplet: 7D, 77 and DB. RGB value is (125,119,219). Sum of RGB (Red+Green+Blue) = 125+119+219=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D77DB is #828824. Grayscale: #838383. Windows color (decimal): -8554533 or 14382973. OLE color: 14382973.
HSL color Cylindrical-coordinate representation of color #7D77DB: hue angle of 243.6º 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 #7D77DB is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 119 | 219 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.14 |
| HSL | 243.6º | 0.58% | 0.66% | - |
| HSV(B) | 243.6º | 0.46% | 0.86% | - |
| XYZ | 27.84 | 22.67 | 69.93 | - |
| YUV | 132.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 219 | 0.43 | 0.46 | 0 | 0.14 | 243.6 | 0.58 | 0.66 |
| Hex | 7D | 77 | DB | 2B | 2E | 0 | E | F4 | 3A | 42 |
| Octal | 175 | 167 | 333 | 53 | 56 | 0 | 16 | 364 | 72 | 102 |
| Binary | 1111101 | 1110111 | 11011011 | 101011 | 101110 | 0 | 1110 | 11110100 | 111010 | 1000010 |
Color Harmonies of #7D77DB
Complementary color
Monochromatic Colors of #7D77DB
Black with #7D77DB
Text Example
Text Example
White with #7D77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D77DB; }
p { color: rgb(125,119,219); }
H1.HeaderClassName
{
color: #7D77DB;
}
.AnyTagClassName
{
color: #7D77DB;
}
</style>
background-color css
<style>
a { background-color: #7D77DB; }
a { background-color: rgb(125,119,219); }
div.DivClassName
{
background-color: #7D77DB;
}
.BgClassName
{
background-color: #7D77DB;
}
</style>
border-color css
<style>
span { border-color: #7D77DB; }
span { border-color: rgb(125,119,219); }
td.TdClassName
{
border-color: #7D77DB;
}
.TagClassName
{
border-color: #7D77DB;
}
</style>