Shades of Moody Blue #7769BD
Tints of Moody Blue #7769BD
RGB
CMYK
RGB Variations
Color information
#7769BD (or 0x7769BD) is known color: Moody Blue. HEX triplet: 77, 69 and BD. RGB value is (119,105,189). Sum of RGB (Red+Green+Blue) = 119+105+189=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #7769BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769BD is #889642. Grayscale: #767676. Windows color (decimal): -8951363 or 12413303. OLE color: 12413303.
HSL color Cylindrical-coordinate representation of color #7769BD: hue angle of 250º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7769BD is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 105 | 189 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.26 |
| HSL | 250º | 0.39% | 0.58% | - |
| HSV(B) | 250º | 0.44% | 0.74% | - |
| XYZ | 21.84 | 17.7 | 50.41 | - |
| YUV | 118.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 189 | 0.37 | 0.44 | 0 | 0.26 | 250 | 0.39 | 0.58 |
| Hex | 77 | 69 | BD | 25 | 2C | 0 | 1A | FA | 27 | 3A |
| Octal | 167 | 151 | 275 | 45 | 54 | 0 | 32 | 372 | 47 | 72 |
| Binary | 1110111 | 1101001 | 10111101 | 100101 | 101100 | 0 | 11010 | 11111010 | 100111 | 111010 |
Color Harmonies of #7769BD
Complementary color
Monochromatic Colors of #7769BD
Black with #7769BD
Text Example
Text Example
White with #7769BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769BD; }
p { color: rgb(119,105,189); }
H1.HeaderClassName
{
color: #7769BD;
}
.AnyTagClassName
{
color: #7769BD;
}
</style>
background-color css
<style>
a { background-color: #7769BD; }
a { background-color: rgb(119,105,189); }
div.DivClassName
{
background-color: #7769BD;
}
.BgClassName
{
background-color: #7769BD;
}
</style>
border-color css
<style>
span { border-color: #7769BD; }
span { border-color: rgb(119,105,189); }
td.TdClassName
{
border-color: #7769BD;
}
.TagClassName
{
border-color: #7769BD;
}
</style>