Shades of Moody Blue #7C6BBE
Tints of Moody Blue #7C6BBE
RGB
CMYK
RGB Variations
Color information
#7C6BBE (or 0x7C6BBE) is known color: Moody Blue. HEX triplet: 7C, 6B and BE. RGB value is (124,107,190). Sum of RGB (Red+Green+Blue) = 124+107+190=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BBE is #839441. Grayscale: #797979. Windows color (decimal): -8623170 or 12479356. OLE color: 12479356.
HSL color Cylindrical-coordinate representation of color #7C6BBE: hue angle of 252.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6BBE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 107 | 190 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.25 |
| HSL | 252.29º | 0.39% | 0.58% | - |
| HSV(B) | 252.29º | 0.44% | 0.75% | - |
| XYZ | 22.86 | 18.52 | 51.08 | - |
| YUV | 121.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 190 | 0.35 | 0.44 | 0 | 0.25 | 252.29 | 0.39 | 0.58 |
| Hex | 7C | 6B | BE | 23 | 2C | 0 | 19 | FC | 27 | 3A |
| Octal | 174 | 153 | 276 | 43 | 54 | 0 | 31 | 374 | 47 | 72 |
| Binary | 1111100 | 1101011 | 10111110 | 100011 | 101100 | 0 | 11001 | 11111100 | 100111 | 111010 |
Color Harmonies of #7C6BBE
Complementary color
Monochromatic Colors of #7C6BBE
Black with #7C6BBE
Text Example
Text Example
White with #7C6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BBE; }
p { color: rgb(124,107,190); }
H1.HeaderClassName
{
color: #7C6BBE;
}
.AnyTagClassName
{
color: #7C6BBE;
}
</style>
background-color css
<style>
a { background-color: #7C6BBE; }
a { background-color: rgb(124,107,190); }
div.DivClassName
{
background-color: #7C6BBE;
}
.BgClassName
{
background-color: #7C6BBE;
}
</style>
border-color css
<style>
span { border-color: #7C6BBE; }
span { border-color: rgb(124,107,190); }
td.TdClassName
{
border-color: #7C6BBE;
}
.TagClassName
{
border-color: #7C6BBE;
}
</style>