Shades of Moody Blue #7B6FC0
Tints of Moody Blue #7B6FC0
RGB
CMYK
RGB Variations
Color information
#7B6FC0 (or 0x7B6FC0) is known color: Moody Blue. HEX triplet: 7B, 6F and C0. RGB value is (123,111,192). Sum of RGB (Red+Green+Blue) = 123+111+192=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B6FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FC0 is #84903F. Grayscale: #7B7B7B. Windows color (decimal): -8687680 or 12611451. OLE color: 12611451.
HSL color Cylindrical-coordinate representation of color #7B6FC0: hue angle of 248.89º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6FC0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 111 | 192 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.25 |
| HSL | 248.89º | 0.39% | 0.59% | - |
| HSV(B) | 248.89º | 0.42% | 0.75% | - |
| XYZ | 23.37 | 19.39 | 52.38 | - |
| YUV | 123.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 192 | 0.36 | 0.42 | 0 | 0.25 | 248.89 | 0.39 | 0.59 |
| Hex | 7B | 6F | C0 | 24 | 2A | 0 | 19 | F9 | 27 | 3B |
| Octal | 173 | 157 | 300 | 44 | 52 | 0 | 31 | 371 | 47 | 73 |
| Binary | 1111011 | 1101111 | 11000000 | 100100 | 101010 | 0 | 11001 | 11111001 | 100111 | 111011 |
Color Harmonies of #7B6FC0
Complementary color
Monochromatic Colors of #7B6FC0
Black with #7B6FC0
Text Example
Text Example
White with #7B6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FC0; }
p { color: rgb(123,111,192); }
H1.HeaderClassName
{
color: #7B6FC0;
}
.AnyTagClassName
{
color: #7B6FC0;
}
</style>
background-color css
<style>
a { background-color: #7B6FC0; }
a { background-color: rgb(123,111,192); }
div.DivClassName
{
background-color: #7B6FC0;
}
.BgClassName
{
background-color: #7B6FC0;
}
</style>
border-color css
<style>
span { border-color: #7B6FC0; }
span { border-color: rgb(123,111,192); }
td.TdClassName
{
border-color: #7B6FC0;
}
.TagClassName
{
border-color: #7B6FC0;
}
</style>