Shades of Moody Blue #7C7CBB
Tints of Moody Blue #7C7CBB
RGB
CMYK
RGB Variations
Color information
#7C7CBB (or 0x7C7CBB) is known color: Moody Blue. HEX triplet: 7C, 7C and BB. RGB value is (124,124,187). Sum of RGB (Red+Green+Blue) = 124+124+187=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C7CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CBB is #838344. Grayscale: #828282. Windows color (decimal): -8618821 or 12287100. OLE color: 12287100.
HSL color Cylindrical-coordinate representation of color #7C7CBB: hue angle of 240º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C7CBB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 124 | 187 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.27 |
| HSL | 240º | 0.32% | 0.61% | - |
| HSV(B) | 240º | 0.34% | 0.73% | - |
| XYZ | 24.49 | 22.29 | 50.03 | - |
| YUV | 131.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 124 | 187 | 0.34 | 0.34 | 0 | 0.27 | 240 | 0.32 | 0.61 |
| Hex | 7C | 7C | BB | 22 | 22 | 0 | 1B | F0 | 20 | 3D |
| Octal | 174 | 174 | 273 | 42 | 42 | 0 | 33 | 360 | 40 | 75 |
| Binary | 1111100 | 1111100 | 10111011 | 100010 | 100010 | 0 | 11011 | 11110000 | 100000 | 111101 |
Color Harmonies of #7C7CBB
Complementary color
Monochromatic Colors of #7C7CBB
Black with #7C7CBB
Text Example
Text Example
White with #7C7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7CBB; }
p { color: rgb(124,124,187); }
H1.HeaderClassName
{
color: #7C7CBB;
}
.AnyTagClassName
{
color: #7C7CBB;
}
</style>
background-color css
<style>
a { background-color: #7C7CBB; }
a { background-color: rgb(124,124,187); }
div.DivClassName
{
background-color: #7C7CBB;
}
.BgClassName
{
background-color: #7C7CBB;
}
</style>
border-color css
<style>
span { border-color: #7C7CBB; }
span { border-color: rgb(124,124,187); }
td.TdClassName
{
border-color: #7C7CBB;
}
.TagClassName
{
border-color: #7C7CBB;
}
</style>