Shades of Moody Blue #7C6BBA
Tints of Moody Blue #7C6BBA
RGB
CMYK
RGB Variations
Color information
#7C6BBA (or 0x7C6BBA) is known color: Moody Blue. HEX triplet: 7C, 6B and BA. RGB value is (124,107,186). Sum of RGB (Red+Green+Blue) = 124+107+186=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BBA is #839445. Grayscale: #787878. Windows color (decimal): -8623174 or 12217212. OLE color: 12217212.
HSL color Cylindrical-coordinate representation of color #7C6BBA: hue angle of 252.91º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C6BBA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 107 | 186 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.27 |
| HSL | 252.91º | 0.36% | 0.57% | - |
| HSV(B) | 252.91º | 0.42% | 0.73% | - |
| XYZ | 22.43 | 18.35 | 48.81 | - |
| YUV | 121.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 186 | 0.33 | 0.42 | 0 | 0.27 | 252.91 | 0.36 | 0.57 |
| Hex | 7C | 6B | BA | 21 | 2A | 0 | 1B | FD | 24 | 39 |
| Octal | 174 | 153 | 272 | 41 | 52 | 0 | 33 | 375 | 44 | 71 |
| Binary | 1111100 | 1101011 | 10111010 | 100001 | 101010 | 0 | 11011 | 11111101 | 100100 | 111001 |
Color Harmonies of #7C6BBA
Complementary color
Monochromatic Colors of #7C6BBA
Black with #7C6BBA
Text Example
Text Example
White with #7C6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BBA; }
p { color: rgb(124,107,186); }
H1.HeaderClassName
{
color: #7C6BBA;
}
.AnyTagClassName
{
color: #7C6BBA;
}
</style>
background-color css
<style>
a { background-color: #7C6BBA; }
a { background-color: rgb(124,107,186); }
div.DivClassName
{
background-color: #7C6BBA;
}
.BgClassName
{
background-color: #7C6BBA;
}
</style>
border-color css
<style>
span { border-color: #7C6BBA; }
span { border-color: rgb(124,107,186); }
td.TdClassName
{
border-color: #7C6BBA;
}
.TagClassName
{
border-color: #7C6BBA;
}
</style>