Shades of Moody Blue #7B77DB
Tints of Moody Blue #7B77DB
RGB
CMYK
RGB Variations
Color information
#7B77DB (or 0x7B77DB) is known color: Moody Blue. HEX triplet: 7B, 77 and DB. RGB value is (123,119,219). Sum of RGB (Red+Green+Blue) = 123+119+219=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77DB is #848824. Grayscale: #838383. Windows color (decimal): -8685605 or 14382971. OLE color: 14382971.
HSL color Cylindrical-coordinate representation of color #7B77DB: hue angle of 242.4º 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 #7B77DB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 119 | 219 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.14 |
| HSL | 242.4º | 0.58% | 0.66% | - |
| HSV(B) | 242.4º | 0.46% | 0.86% | - |
| XYZ | 27.55 | 22.52 | 69.91 | - |
| YUV | 131.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 219 | 0.44 | 0.46 | 0 | 0.14 | 242.4 | 0.58 | 0.66 |
| Hex | 7B | 77 | DB | 2C | 2E | 0 | E | F2 | 3A | 42 |
| Octal | 173 | 167 | 333 | 54 | 56 | 0 | 16 | 362 | 72 | 102 |
| Binary | 1111011 | 1110111 | 11011011 | 101100 | 101110 | 0 | 1110 | 11110010 | 111010 | 1000010 |
Color Harmonies of #7B77DB
Complementary color
Monochromatic Colors of #7B77DB
Black with #7B77DB
Text Example
Text Example
White with #7B77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77DB; }
p { color: rgb(123,119,219); }
H1.HeaderClassName
{
color: #7B77DB;
}
.AnyTagClassName
{
color: #7B77DB;
}
</style>
background-color css
<style>
a { background-color: #7B77DB; }
a { background-color: rgb(123,119,219); }
div.DivClassName
{
background-color: #7B77DB;
}
.BgClassName
{
background-color: #7B77DB;
}
</style>
border-color css
<style>
span { border-color: #7B77DB; }
span { border-color: rgb(123,119,219); }
td.TdClassName
{
border-color: #7B77DB;
}
.TagClassName
{
border-color: #7B77DB;
}
</style>