Shades of Moody Blue #7C71BB
Tints of Moody Blue #7C71BB
RGB
CMYK
RGB Variations
Color information
#7C71BB (or 0x7C71BB) is known color: Moody Blue. HEX triplet: 7C, 71 and BB. RGB value is (124,113,187). Sum of RGB (Red+Green+Blue) = 124+113+187=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C71BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C71BB is #838E44. Grayscale: #7C7C7C. Windows color (decimal): -8621637 or 12284284. OLE color: 12284284.
HSL color Cylindrical-coordinate representation of color #7C71BB: hue angle of 248.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C71BB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 113 | 187 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.27 |
| HSL | 248.92º | 0.35% | 0.59% | - |
| HSV(B) | 248.92º | 0.4% | 0.73% | - |
| XYZ | 23.19 | 19.68 | 49.59 | - |
| YUV | 124.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 187 | 0.34 | 0.40 | 0 | 0.27 | 248.92 | 0.35 | 0.59 |
| Hex | 7C | 71 | BB | 22 | 28 | 0 | 1B | F9 | 23 | 3B |
| Octal | 174 | 161 | 273 | 42 | 50 | 0 | 33 | 371 | 43 | 73 |
| Binary | 1111100 | 1110001 | 10111011 | 100010 | 101000 | 0 | 11011 | 11111001 | 100011 | 111011 |
Color Harmonies of #7C71BB
Complementary color
Monochromatic Colors of #7C71BB
Black with #7C71BB
Text Example
Text Example
White with #7C71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C71BB; }
p { color: rgb(124,113,187); }
H1.HeaderClassName
{
color: #7C71BB;
}
.AnyTagClassName
{
color: #7C71BB;
}
</style>
background-color css
<style>
a { background-color: #7C71BB; }
a { background-color: rgb(124,113,187); }
div.DivClassName
{
background-color: #7C71BB;
}
.BgClassName
{
background-color: #7C71BB;
}
</style>
border-color css
<style>
span { border-color: #7C71BB; }
span { border-color: rgb(124,113,187); }
td.TdClassName
{
border-color: #7C71BB;
}
.TagClassName
{
border-color: #7C71BB;
}
</style>