Shades of Moody Blue #7C76B6
Tints of Moody Blue #7C76B6
RGB
CMYK
RGB Variations
Color information
#7C76B6 (or 0x7C76B6) is known color: Moody Blue. HEX triplet: 7C, 76 and B6. RGB value is (124,118,182). Sum of RGB (Red+Green+Blue) = 124+118+182=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C76B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C76B6 is #838949. Grayscale: #7E7E7E. Windows color (decimal): -8620362 or 11957884. OLE color: 11957884.
HSL color Cylindrical-coordinate representation of color #7C76B6: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C76B6 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 118 | 182 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.29 |
| HSL | 245.63º | 0.3% | 0.59% | - |
| HSV(B) | 245.63º | 0.35% | 0.71% | - |
| XYZ | 23.23 | 20.62 | 47.01 | - |
| YUV | 127.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 182 | 0.32 | 0.35 | 0 | 0.29 | 245.63 | 0.3 | 0.59 |
| Hex | 7C | 76 | B6 | 20 | 23 | 0 | 1D | F6 | 1E | 3B |
| Octal | 174 | 166 | 266 | 40 | 43 | 0 | 35 | 366 | 36 | 73 |
| Binary | 1111100 | 1110110 | 10110110 | 100000 | 100011 | 0 | 11101 | 11110110 | 11110 | 111011 |
Color Harmonies of #7C76B6
Complementary color
Monochromatic Colors of #7C76B6
Black with #7C76B6
Text Example
Text Example
White with #7C76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76B6; }
p { color: rgb(124,118,182); }
H1.HeaderClassName
{
color: #7C76B6;
}
.AnyTagClassName
{
color: #7C76B6;
}
</style>
background-color css
<style>
a { background-color: #7C76B6; }
a { background-color: rgb(124,118,182); }
div.DivClassName
{
background-color: #7C76B6;
}
.BgClassName
{
background-color: #7C76B6;
}
</style>
border-color css
<style>
span { border-color: #7C76B6; }
span { border-color: rgb(124,118,182); }
td.TdClassName
{
border-color: #7C76B6;
}
.TagClassName
{
border-color: #7C76B6;
}
</style>