Shades of Moody Blue #7B6CCD
Tints of Moody Blue #7B6CCD
RGB
CMYK
RGB Variations
Color information
#7B6CCD (or 0x7B6CCD) is known color: Moody Blue. HEX triplet: 7B, 6C and CD. RGB value is (123,108,205). Sum of RGB (Red+Green+Blue) = 123+108+205=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CCD is #849332. Grayscale: #7B7B7B. Windows color (decimal): -8688435 or 13462651. OLE color: 13462651.
HSL color Cylindrical-coordinate representation of color #7B6CCD: hue angle of 249.28º degrees, saturation: 0.49, 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 #7B6CCD is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 108 | 205 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.20 |
| HSL | 249.28º | 0.49% | 0.61% | - |
| HSV(B) | 249.28º | 0.47% | 0.8% | - |
| XYZ | 24.55 | 19.34 | 60.2 | - |
| YUV | 123.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 205 | 0.4 | 0.47 | 0 | 0.20 | 249.28 | 0.49 | 0.61 |
| Hex | 7B | 6C | CD | 28 | 2F | 0 | 14 | F9 | 31 | 3D |
| Octal | 173 | 154 | 315 | 50 | 57 | 0 | 24 | 371 | 61 | 75 |
| Binary | 1111011 | 1101100 | 11001101 | 101000 | 101111 | 0 | 10100 | 11111001 | 110001 | 111101 |
Color Harmonies of #7B6CCD
Complementary color
Monochromatic Colors of #7B6CCD
Black with #7B6CCD
Text Example
Text Example
White with #7B6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CCD; }
p { color: rgb(123,108,205); }
H1.HeaderClassName
{
color: #7B6CCD;
}
.AnyTagClassName
{
color: #7B6CCD;
}
</style>
background-color css
<style>
a { background-color: #7B6CCD; }
a { background-color: rgb(123,108,205); }
div.DivClassName
{
background-color: #7B6CCD;
}
.BgClassName
{
background-color: #7B6CCD;
}
</style>
border-color css
<style>
span { border-color: #7B6CCD; }
span { border-color: rgb(123,108,205); }
td.TdClassName
{
border-color: #7B6CCD;
}
.TagClassName
{
border-color: #7B6CCD;
}
</style>