Shades of Moody Blue #7B76BC
Tints of Moody Blue #7B76BC
RGB
CMYK
RGB Variations
Color information
#7B76BC (or 0x7B76BC) is known color: Moody Blue. HEX triplet: 7B, 76 and BC. RGB value is (123,118,188). Sum of RGB (Red+Green+Blue) = 123+118+188=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76BC is #848943. Grayscale: #7F7F7F. Windows color (decimal): -8685892 or 12351099. OLE color: 12351099.
HSL color Cylindrical-coordinate representation of color #7B76BC: hue angle of 244.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B76BC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 118 | 188 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.26 |
| HSL | 244.29º | 0.34% | 0.6% | - |
| HSV(B) | 244.29º | 0.37% | 0.74% | - |
| XYZ | 23.72 | 20.8 | 50.34 | - |
| YUV | 127.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 188 | 0.35 | 0.37 | 0 | 0.26 | 244.29 | 0.34 | 0.6 |
| Hex | 7B | 76 | BC | 23 | 25 | 0 | 1A | F4 | 22 | 3C |
| Octal | 173 | 166 | 274 | 43 | 45 | 0 | 32 | 364 | 42 | 74 |
| Binary | 1111011 | 1110110 | 10111100 | 100011 | 100101 | 0 | 11010 | 11110100 | 100010 | 111100 |
Color Harmonies of #7B76BC
Complementary color
Monochromatic Colors of #7B76BC
Black with #7B76BC
Text Example
Text Example
White with #7B76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76BC; }
p { color: rgb(123,118,188); }
H1.HeaderClassName
{
color: #7B76BC;
}
.AnyTagClassName
{
color: #7B76BC;
}
</style>
background-color css
<style>
a { background-color: #7B76BC; }
a { background-color: rgb(123,118,188); }
div.DivClassName
{
background-color: #7B76BC;
}
.BgClassName
{
background-color: #7B76BC;
}
</style>
border-color css
<style>
span { border-color: #7B76BC; }
span { border-color: rgb(123,118,188); }
td.TdClassName
{
border-color: #7B76BC;
}
.TagClassName
{
border-color: #7B76BC;
}
</style>