Shades of Moody Blue #7C7CBA
Tints of Moody Blue #7C7CBA
RGB
CMYK
RGB Variations
Color information
#7C7CBA (or 0x7C7CBA) is known color: Moody Blue. HEX triplet: 7C, 7C and BA. RGB value is (124,124,186). Sum of RGB (Red+Green+Blue) = 124+124+186=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CBA is #838345. Grayscale: #828282. Windows color (decimal): -8618822 or 12221564. OLE color: 12221564.
HSL color Cylindrical-coordinate representation of color #7C7CBA: hue angle of 240º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7CBA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 124 | 186 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.27 |
| HSL | 240º | 0.31% | 0.61% | - |
| HSV(B) | 240º | 0.33% | 0.73% | - |
| XYZ | 24.38 | 22.25 | 49.46 | - |
| YUV | 131.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 124 | 186 | 0.33 | 0.33 | 0 | 0.27 | 240 | 0.31 | 0.61 |
| Hex | 7C | 7C | BA | 21 | 21 | 0 | 1B | F0 | 1F | 3D |
| Octal | 174 | 174 | 272 | 41 | 41 | 0 | 33 | 360 | 37 | 75 |
| Binary | 1111100 | 1111100 | 10111010 | 100001 | 100001 | 0 | 11011 | 11110000 | 11111 | 111101 |
Color Harmonies of #7C7CBA
Complementary color
Monochromatic Colors of #7C7CBA
Black with #7C7CBA
Text Example
Text Example
White with #7C7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7CBA; }
p { color: rgb(124,124,186); }
H1.HeaderClassName
{
color: #7C7CBA;
}
.AnyTagClassName
{
color: #7C7CBA;
}
</style>
background-color css
<style>
a { background-color: #7C7CBA; }
a { background-color: rgb(124,124,186); }
div.DivClassName
{
background-color: #7C7CBA;
}
.BgClassName
{
background-color: #7C7CBA;
}
</style>
border-color css
<style>
span { border-color: #7C7CBA; }
span { border-color: rgb(124,124,186); }
td.TdClassName
{
border-color: #7C7CBA;
}
.TagClassName
{
border-color: #7C7CBA;
}
</style>