Shades of Moody Blue #7B6DCD
Tints of Moody Blue #7B6DCD
RGB
CMYK
RGB Variations
Color information
#7B6DCD (or 0x7B6DCD) is known color: Moody Blue. HEX triplet: 7B, 6D and CD. RGB value is (123,109,205). Sum of RGB (Red+Green+Blue) = 123+109+205=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DCD is #849232. Grayscale: #7B7B7B. Windows color (decimal): -8688179 or 13462907. OLE color: 13462907.
HSL color Cylindrical-coordinate representation of color #7B6DCD: hue angle of 248.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6DCD is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 109 | 205 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.20 |
| HSL | 248.75º | 0.49% | 0.62% | - |
| HSV(B) | 248.75º | 0.47% | 0.8% | - |
| XYZ | 24.66 | 19.56 | 60.23 | - |
| YUV | 124.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 205 | 0.4 | 0.47 | 0 | 0.20 | 248.75 | 0.49 | 0.62 |
| Hex | 7B | 6D | CD | 28 | 2F | 0 | 14 | F9 | 31 | 3E |
| Octal | 173 | 155 | 315 | 50 | 57 | 0 | 24 | 371 | 61 | 76 |
| Binary | 1111011 | 1101101 | 11001101 | 101000 | 101111 | 0 | 10100 | 11111001 | 110001 | 111110 |
Color Harmonies of #7B6DCD
Complementary color
Monochromatic Colors of #7B6DCD
Black with #7B6DCD
Text Example
Text Example
White with #7B6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DCD; }
p { color: rgb(123,109,205); }
H1.HeaderClassName
{
color: #7B6DCD;
}
.AnyTagClassName
{
color: #7B6DCD;
}
</style>
background-color css
<style>
a { background-color: #7B6DCD; }
a { background-color: rgb(123,109,205); }
div.DivClassName
{
background-color: #7B6DCD;
}
.BgClassName
{
background-color: #7B6DCD;
}
</style>
border-color css
<style>
span { border-color: #7B6DCD; }
span { border-color: rgb(123,109,205); }
td.TdClassName
{
border-color: #7B6DCD;
}
.TagClassName
{
border-color: #7B6DCD;
}
</style>