Shades of Moody Blue #7C79B6
Tints of Moody Blue #7C79B6
RGB
CMYK
RGB Variations
Color information
#7C79B6 (or 0x7C79B6) is known color: Moody Blue. HEX triplet: 7C, 79 and B6. RGB value is (124,121,182). Sum of RGB (Red+Green+Blue) = 124+121+182=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C79B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79B6 is #838649. Grayscale: #808080. Windows color (decimal): -8619594 or 11958652. OLE color: 11958652.
HSL color Cylindrical-coordinate representation of color #7C79B6: hue angle of 242.95º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C79B6 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 121 | 182 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.29 |
| HSL | 242.95º | 0.29% | 0.59% | - |
| HSV(B) | 242.95º | 0.34% | 0.71% | - |
| XYZ | 23.59 | 21.34 | 47.13 | - |
| YUV | 128.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 182 | 0.32 | 0.34 | 0 | 0.29 | 242.95 | 0.29 | 0.59 |
| Hex | 7C | 79 | B6 | 20 | 22 | 0 | 1D | F3 | 1D | 3B |
| Octal | 174 | 171 | 266 | 40 | 42 | 0 | 35 | 363 | 35 | 73 |
| Binary | 1111100 | 1111001 | 10110110 | 100000 | 100010 | 0 | 11101 | 11110011 | 11101 | 111011 |
Color Harmonies of #7C79B6
Complementary color
Monochromatic Colors of #7C79B6
Black with #7C79B6
Text Example
Text Example
White with #7C79B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C79B6; }
p { color: rgb(124,121,182); }
H1.HeaderClassName
{
color: #7C79B6;
}
.AnyTagClassName
{
color: #7C79B6;
}
</style>
background-color css
<style>
a { background-color: #7C79B6; }
a { background-color: rgb(124,121,182); }
div.DivClassName
{
background-color: #7C79B6;
}
.BgClassName
{
background-color: #7C79B6;
}
</style>
border-color css
<style>
span { border-color: #7C79B6; }
span { border-color: rgb(124,121,182); }
td.TdClassName
{
border-color: #7C79B6;
}
.TagClassName
{
border-color: #7C79B6;
}
</style>