Shades of Moody Blue #7B6AD4
Tints of Moody Blue #7B6AD4
RGB
CMYK
RGB Variations
Color information
#7B6AD4 (or 0x7B6AD4) is known color: Moody Blue. HEX triplet: 7B, 6A and D4. RGB value is (123,106,212). Sum of RGB (Red+Green+Blue) = 123+106+212=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B6AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6AD4 is #84952B. Grayscale: #7A7A7A. Windows color (decimal): -8688940 or 13920891. OLE color: 13920891.
HSL color Cylindrical-coordinate representation of color #7B6AD4: hue angle of 249.62º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6AD4 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 106 | 212 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.17 |
| HSL | 249.62º | 0.55% | 0.62% | - |
| HSV(B) | 249.62º | 0.5% | 0.83% | - |
| XYZ | 25.21 | 19.27 | 64.68 | - |
| YUV | 123.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 212 | 0.42 | 0.5 | 0 | 0.17 | 249.62 | 0.55 | 0.62 |
| Hex | 7B | 6A | D4 | 2A | 32 | 0 | 11 | FA | 37 | 3E |
| Octal | 173 | 152 | 324 | 52 | 62 | 0 | 21 | 372 | 67 | 76 |
| Binary | 1111011 | 1101010 | 11010100 | 101010 | 110010 | 0 | 10001 | 11111010 | 110111 | 111110 |
Color Harmonies of #7B6AD4
Complementary color
Monochromatic Colors of #7B6AD4
Black with #7B6AD4
Text Example
Text Example
White with #7B6AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AD4; }
p { color: rgb(123,106,212); }
H1.HeaderClassName
{
color: #7B6AD4;
}
.AnyTagClassName
{
color: #7B6AD4;
}
</style>
background-color css
<style>
a { background-color: #7B6AD4; }
a { background-color: rgb(123,106,212); }
div.DivClassName
{
background-color: #7B6AD4;
}
.BgClassName
{
background-color: #7B6AD4;
}
</style>
border-color css
<style>
span { border-color: #7B6AD4; }
span { border-color: rgb(123,106,212); }
td.TdClassName
{
border-color: #7B6AD4;
}
.TagClassName
{
border-color: #7B6AD4;
}
</style>