Shades of Moody Blue #7C79BC
Tints of Moody Blue #7C79BC
RGB
CMYK
RGB Variations
Color information
#7C79BC (or 0x7C79BC) is known color: Moody Blue. HEX triplet: 7C, 79 and BC. RGB value is (124,121,188). Sum of RGB (Red+Green+Blue) = 124+121+188=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79BC is #838643. Grayscale: #818181. Windows color (decimal): -8619588 or 12351868. OLE color: 12351868.
HSL color Cylindrical-coordinate representation of color #7C79BC: hue angle of 242.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C79BC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 121 | 188 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.26 |
| HSL | 242.69º | 0.33% | 0.61% | - |
| HSV(B) | 242.69º | 0.36% | 0.74% | - |
| XYZ | 24.23 | 21.59 | 50.47 | - |
| YUV | 129.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 188 | 0.34 | 0.36 | 0 | 0.26 | 242.69 | 0.33 | 0.61 |
| Hex | 7C | 79 | BC | 22 | 24 | 0 | 1A | F3 | 21 | 3D |
| Octal | 174 | 171 | 274 | 42 | 44 | 0 | 32 | 363 | 41 | 75 |
| Binary | 1111100 | 1111001 | 10111100 | 100010 | 100100 | 0 | 11010 | 11110011 | 100001 | 111101 |
Color Harmonies of #7C79BC
Complementary color
Monochromatic Colors of #7C79BC
Black with #7C79BC
Text Example
Text Example
White with #7C79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C79BC; }
p { color: rgb(124,121,188); }
H1.HeaderClassName
{
color: #7C79BC;
}
.AnyTagClassName
{
color: #7C79BC;
}
</style>
background-color css
<style>
a { background-color: #7C79BC; }
a { background-color: rgb(124,121,188); }
div.DivClassName
{
background-color: #7C79BC;
}
.BgClassName
{
background-color: #7C79BC;
}
</style>
border-color css
<style>
span { border-color: #7C79BC; }
span { border-color: rgb(124,121,188); }
td.TdClassName
{
border-color: #7C79BC;
}
.TagClassName
{
border-color: #7C79BC;
}
</style>