Shades of Moody Blue #7B76B9
Tints of Moody Blue #7B76B9
RGB
CMYK
RGB Variations
Color information
#7B76B9 (or 0x7B76B9) is known color: Moody Blue. HEX triplet: 7B, 76 and B9. RGB value is (123,118,185). Sum of RGB (Red+Green+Blue) = 123+118+185=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B76B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76B9 is #848946. Grayscale: #7E7E7E. Windows color (decimal): -8685895 or 12154491. OLE color: 12154491.
HSL color Cylindrical-coordinate representation of color #7B76B9: hue angle of 244.48º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B76B9 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 118 | 185 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.27 |
| HSL | 244.48º | 0.32% | 0.59% | - |
| HSV(B) | 244.48º | 0.36% | 0.73% | - |
| XYZ | 23.4 | 20.67 | 48.66 | - |
| YUV | 127.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 185 | 0.34 | 0.36 | 0 | 0.27 | 244.48 | 0.32 | 0.59 |
| Hex | 7B | 76 | B9 | 22 | 24 | 0 | 1B | F4 | 20 | 3B |
| Octal | 173 | 166 | 271 | 42 | 44 | 0 | 33 | 364 | 40 | 73 |
| Binary | 1111011 | 1110110 | 10111001 | 100010 | 100100 | 0 | 11011 | 11110100 | 100000 | 111011 |
Color Harmonies of #7B76B9
Complementary color
Monochromatic Colors of #7B76B9
Black with #7B76B9
Text Example
Text Example
White with #7B76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76B9; }
p { color: rgb(123,118,185); }
H1.HeaderClassName
{
color: #7B76B9;
}
.AnyTagClassName
{
color: #7B76B9;
}
</style>
background-color css
<style>
a { background-color: #7B76B9; }
a { background-color: rgb(123,118,185); }
div.DivClassName
{
background-color: #7B76B9;
}
.BgClassName
{
background-color: #7B76B9;
}
</style>
border-color css
<style>
span { border-color: #7B76B9; }
span { border-color: rgb(123,118,185); }
td.TdClassName
{
border-color: #7B76B9;
}
.TagClassName
{
border-color: #7B76B9;
}
</style>