Shades of Moody Blue #7B76B1
Tints of Moody Blue #7B76B1
RGB
CMYK
RGB Variations
Color information
#7B76B1 (or 0x7B76B1) is known color: Moody Blue. HEX triplet: 7B, 76 and B1. RGB value is (123,118,177). Sum of RGB (Red+Green+Blue) = 123+118+177=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B76B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B76B1 is #84894E. Grayscale: #7D7D7D. Windows color (decimal): -8685903 or 11630203. OLE color: 11630203.
HSL color Cylindrical-coordinate representation of color #7B76B1: hue angle of 245.08º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B76B1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 118 | 177 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.31 |
| HSL | 245.08º | 0.27% | 0.58% | - |
| HSV(B) | 245.08º | 0.33% | 0.69% | - |
| XYZ | 22.58 | 20.34 | 44.33 | - |
| YUV | 126.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 177 | 0.31 | 0.33 | 0 | 0.31 | 245.08 | 0.27 | 0.58 |
| Hex | 7B | 76 | B1 | 1F | 21 | 0 | 1F | F5 | 1B | 3A |
| Octal | 173 | 166 | 261 | 37 | 41 | 0 | 37 | 365 | 33 | 72 |
| Binary | 1111011 | 1110110 | 10110001 | 11111 | 100001 | 0 | 11111 | 11110101 | 11011 | 111010 |
Color Harmonies of #7B76B1
Complementary color
Monochromatic Colors of #7B76B1
Black with #7B76B1
Text Example
Text Example
White with #7B76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76B1; }
p { color: rgb(123,118,177); }
H1.HeaderClassName
{
color: #7B76B1;
}
.AnyTagClassName
{
color: #7B76B1;
}
</style>
background-color css
<style>
a { background-color: #7B76B1; }
a { background-color: rgb(123,118,177); }
div.DivClassName
{
background-color: #7B76B1;
}
.BgClassName
{
background-color: #7B76B1;
}
</style>
border-color css
<style>
span { border-color: #7B76B1; }
span { border-color: rgb(123,118,177); }
td.TdClassName
{
border-color: #7B76B1;
}
.TagClassName
{
border-color: #7B76B1;
}
</style>