Shades of Moody Blue #7B6EBC
Tints of Moody Blue #7B6EBC
RGB
CMYK
RGB Variations
Color information
#7B6EBC (or 0x7B6EBC) is known color: Moody Blue. HEX triplet: 7B, 6E and BC. RGB value is (123,110,188). Sum of RGB (Red+Green+Blue) = 123+110+188=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EBC is #849143. Grayscale: #7A7A7A. Windows color (decimal): -8687940 or 12349051. OLE color: 12349051.
HSL color Cylindrical-coordinate representation of color #7B6EBC: hue angle of 250º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B6EBC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 110 | 188 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.26 |
| HSL | 250º | 0.37% | 0.58% | - |
| HSV(B) | 250º | 0.41% | 0.74% | - |
| XYZ | 22.82 | 18.99 | 50.04 | - |
| YUV | 122.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 188 | 0.35 | 0.41 | 0 | 0.26 | 250 | 0.37 | 0.58 |
| Hex | 7B | 6E | BC | 23 | 29 | 0 | 1A | FA | 25 | 3A |
| Octal | 173 | 156 | 274 | 43 | 51 | 0 | 32 | 372 | 45 | 72 |
| Binary | 1111011 | 1101110 | 10111100 | 100011 | 101001 | 0 | 11010 | 11111010 | 100101 | 111010 |
Color Harmonies of #7B6EBC
Complementary color
Monochromatic Colors of #7B6EBC
Black with #7B6EBC
Text Example
Text Example
White with #7B6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EBC; }
p { color: rgb(123,110,188); }
H1.HeaderClassName
{
color: #7B6EBC;
}
.AnyTagClassName
{
color: #7B6EBC;
}
</style>
background-color css
<style>
a { background-color: #7B6EBC; }
a { background-color: rgb(123,110,188); }
div.DivClassName
{
background-color: #7B6EBC;
}
.BgClassName
{
background-color: #7B6EBC;
}
</style>
border-color css
<style>
span { border-color: #7B6EBC; }
span { border-color: rgb(123,110,188); }
td.TdClassName
{
border-color: #7B6EBC;
}
.TagClassName
{
border-color: #7B6EBC;
}
</style>