Shades of Moody Blue #7B6DCC
Tints of Moody Blue #7B6DCC
RGB
CMYK
RGB Variations
Color information
#7B6DCC (or 0x7B6DCC) is known color: Moody Blue. HEX triplet: 7B, 6D and CC. RGB value is (123,109,204). Sum of RGB (Red+Green+Blue) = 123+109+204=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DCC is #849233. Grayscale: #7B7B7B. Windows color (decimal): -8688180 or 13397371. OLE color: 13397371.
HSL color Cylindrical-coordinate representation of color #7B6DCC: hue angle of 248.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6DCC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 109 | 204 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.2 |
| HSL | 248.84º | 0.48% | 0.61% | - |
| HSV(B) | 248.84º | 0.47% | 0.8% | - |
| XYZ | 24.54 | 19.51 | 59.6 | - |
| YUV | 124.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 204 | 0.40 | 0.47 | 0 | 0.2 | 248.84 | 0.48 | 0.61 |
| Hex | 7B | 6D | CC | 28 | 2F | 0 | 14 | F9 | 30 | 3D |
| Octal | 173 | 155 | 314 | 50 | 57 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111011 | 1101101 | 11001100 | 101000 | 101111 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #7B6DCC
Complementary color
Monochromatic Colors of #7B6DCC
Black with #7B6DCC
Text Example
Text Example
White with #7B6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DCC; }
p { color: rgb(123,109,204); }
H1.HeaderClassName
{
color: #7B6DCC;
}
.AnyTagClassName
{
color: #7B6DCC;
}
</style>
background-color css
<style>
a { background-color: #7B6DCC; }
a { background-color: rgb(123,109,204); }
div.DivClassName
{
background-color: #7B6DCC;
}
.BgClassName
{
background-color: #7B6DCC;
}
</style>
border-color css
<style>
span { border-color: #7B6DCC; }
span { border-color: rgb(123,109,204); }
td.TdClassName
{
border-color: #7B6DCC;
}
.TagClassName
{
border-color: #7B6DCC;
}
</style>