Shades of Moody Blue #7B6EC6
Tints of Moody Blue #7B6EC6
RGB
CMYK
RGB Variations
Color information
#7B6EC6 (or 0x7B6EC6) is known color: Moody Blue. HEX triplet: 7B, 6E and C6. RGB value is (123,110,198). Sum of RGB (Red+Green+Blue) = 123+110+198=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #7B6EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EC6 is #849139. Grayscale: #7B7B7B. Windows color (decimal): -8687930 or 13004411. OLE color: 13004411.
HSL color Cylindrical-coordinate representation of color #7B6EC6: hue angle of 248.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B6EC6 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 110 | 198 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.22 |
| HSL | 248.86º | 0.44% | 0.6% | - |
| HSV(B) | 248.86º | 0.44% | 0.78% | - |
| XYZ | 23.94 | 19.44 | 55.92 | - |
| YUV | 123.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 198 | 0.38 | 0.44 | 0 | 0.22 | 248.86 | 0.44 | 0.6 |
| Hex | 7B | 6E | C6 | 26 | 2C | 0 | 16 | F9 | 2C | 3C |
| Octal | 173 | 156 | 306 | 46 | 54 | 0 | 26 | 371 | 54 | 74 |
| Binary | 1111011 | 1101110 | 11000110 | 100110 | 101100 | 0 | 10110 | 11111001 | 101100 | 111100 |
Color Harmonies of #7B6EC6
Complementary color
Monochromatic Colors of #7B6EC6
Black with #7B6EC6
Text Example
Text Example
White with #7B6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EC6; }
p { color: rgb(123,110,198); }
H1.HeaderClassName
{
color: #7B6EC6;
}
.AnyTagClassName
{
color: #7B6EC6;
}
</style>
background-color css
<style>
a { background-color: #7B6EC6; }
a { background-color: rgb(123,110,198); }
div.DivClassName
{
background-color: #7B6EC6;
}
.BgClassName
{
background-color: #7B6EC6;
}
</style>
border-color css
<style>
span { border-color: #7B6EC6; }
span { border-color: rgb(123,110,198); }
td.TdClassName
{
border-color: #7B6EC6;
}
.TagClassName
{
border-color: #7B6EC6;
}
</style>