Shades of Moody Blue #7B73B9
Tints of Moody Blue #7B73B9
RGB
CMYK
RGB Variations
Color information
#7B73B9 (or 0x7B73B9) is known color: Moody Blue. HEX triplet: 7B, 73 and B9. RGB value is (123,115,185). Sum of RGB (Red+Green+Blue) = 123+115+185=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B73B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73B9 is #848C46. Grayscale: #7D7D7D. Windows color (decimal): -8686663 or 12153723. OLE color: 12153723.
HSL color Cylindrical-coordinate representation of color #7B73B9: hue angle of 246.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B73B9 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 115 | 185 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.27 |
| HSL | 246.86º | 0.33% | 0.59% | - |
| HSV(B) | 246.86º | 0.38% | 0.73% | - |
| XYZ | 23.06 | 19.98 | 48.54 | - |
| YUV | 125.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 185 | 0.34 | 0.38 | 0 | 0.27 | 246.86 | 0.33 | 0.59 |
| Hex | 7B | 73 | B9 | 22 | 26 | 0 | 1B | F7 | 21 | 3B |
| Octal | 173 | 163 | 271 | 42 | 46 | 0 | 33 | 367 | 41 | 73 |
| Binary | 1111011 | 1110011 | 10111001 | 100010 | 100110 | 0 | 11011 | 11110111 | 100001 | 111011 |
Color Harmonies of #7B73B9
Complementary color
Monochromatic Colors of #7B73B9
Black with #7B73B9
Text Example
Text Example
White with #7B73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73B9; }
p { color: rgb(123,115,185); }
H1.HeaderClassName
{
color: #7B73B9;
}
.AnyTagClassName
{
color: #7B73B9;
}
</style>
background-color css
<style>
a { background-color: #7B73B9; }
a { background-color: rgb(123,115,185); }
div.DivClassName
{
background-color: #7B73B9;
}
.BgClassName
{
background-color: #7B73B9;
}
</style>
border-color css
<style>
span { border-color: #7B73B9; }
span { border-color: rgb(123,115,185); }
td.TdClassName
{
border-color: #7B73B9;
}
.TagClassName
{
border-color: #7B73B9;
}
</style>