Shades of Moody Blue #7B6BCD
Tints of Moody Blue #7B6BCD
RGB
CMYK
RGB Variations
Color information
#7B6BCD (or 0x7B6BCD) is known color: Moody Blue. HEX triplet: 7B, 6B and CD. RGB value is (123,107,205). Sum of RGB (Red+Green+Blue) = 123+107+205=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BCD is #849432. Grayscale: #7A7A7A. Windows color (decimal): -8688691 or 13462395. OLE color: 13462395.
HSL color Cylindrical-coordinate representation of color #7B6BCD: hue angle of 249.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6BCD is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 107 | 205 | - |
| CMYK | 0.4 | 0.48 | 0 | 0.20 |
| HSL | 249.8º | 0.49% | 0.61% | - |
| HSV(B) | 249.8º | 0.48% | 0.8% | - |
| XYZ | 24.45 | 19.13 | 60.16 | - |
| YUV | 122.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 205 | 0.4 | 0.48 | 0 | 0.20 | 249.8 | 0.49 | 0.61 |
| Hex | 7B | 6B | CD | 28 | 30 | 0 | 14 | FA | 31 | 3D |
| Octal | 173 | 153 | 315 | 50 | 60 | 0 | 24 | 372 | 61 | 75 |
| Binary | 1111011 | 1101011 | 11001101 | 101000 | 110000 | 0 | 10100 | 11111010 | 110001 | 111101 |
Color Harmonies of #7B6BCD
Complementary color
Monochromatic Colors of #7B6BCD
Black with #7B6BCD
Text Example
Text Example
White with #7B6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BCD; }
p { color: rgb(123,107,205); }
H1.HeaderClassName
{
color: #7B6BCD;
}
.AnyTagClassName
{
color: #7B6BCD;
}
</style>
background-color css
<style>
a { background-color: #7B6BCD; }
a { background-color: rgb(123,107,205); }
div.DivClassName
{
background-color: #7B6BCD;
}
.BgClassName
{
background-color: #7B6BCD;
}
</style>
border-color css
<style>
span { border-color: #7B6BCD; }
span { border-color: rgb(123,107,205); }
td.TdClassName
{
border-color: #7B6BCD;
}
.TagClassName
{
border-color: #7B6BCD;
}
</style>