Shades of Moody Blue #7B6AD5
Tints of Moody Blue #7B6AD5
RGB
CMYK
RGB Variations
Color information
#7B6AD5 (or 0x7B6AD5) is known color: Moody Blue. HEX triplet: 7B, 6A and D5. RGB value is (123,106,213). Sum of RGB (Red+Green+Blue) = 123+106+213=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B6AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6AD5 is #84952A. Grayscale: #7A7A7A. Windows color (decimal): -8688939 or 13986427. OLE color: 13986427.
HSL color Cylindrical-coordinate representation of color #7B6AD5: hue angle of 249.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6AD5 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 106 | 213 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.16 |
| HSL | 249.53º | 0.56% | 0.63% | - |
| HSV(B) | 249.53º | 0.5% | 0.84% | - |
| XYZ | 25.33 | 19.32 | 65.35 | - |
| YUV | 123.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 213 | 0.42 | 0.50 | 0 | 0.16 | 249.53 | 0.56 | 0.63 |
| Hex | 7B | 6A | D5 | 2A | 32 | 0 | 10 | FA | 38 | 3F |
| Octal | 173 | 152 | 325 | 52 | 62 | 0 | 20 | 372 | 70 | 77 |
| Binary | 1111011 | 1101010 | 11010101 | 101010 | 110010 | 0 | 10000 | 11111010 | 111000 | 111111 |
Color Harmonies of #7B6AD5
Complementary color
Monochromatic Colors of #7B6AD5
Black with #7B6AD5
Text Example
Text Example
White with #7B6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AD5; }
p { color: rgb(123,106,213); }
H1.HeaderClassName
{
color: #7B6AD5;
}
.AnyTagClassName
{
color: #7B6AD5;
}
</style>
background-color css
<style>
a { background-color: #7B6AD5; }
a { background-color: rgb(123,106,213); }
div.DivClassName
{
background-color: #7B6AD5;
}
.BgClassName
{
background-color: #7B6AD5;
}
</style>
border-color css
<style>
span { border-color: #7B6AD5; }
span { border-color: rgb(123,106,213); }
td.TdClassName
{
border-color: #7B6AD5;
}
.TagClassName
{
border-color: #7B6AD5;
}
</style>