Shades of Moody Blue #7B73C3
Tints of Moody Blue #7B73C3
RGB
CMYK
RGB Variations
Color information
#7B73C3 (or 0x7B73C3) is known color: Moody Blue. HEX triplet: 7B, 73 and C3. RGB value is (123,115,195). Sum of RGB (Red+Green+Blue) = 123+115+195=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B73C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73C3 is #848C3C. Grayscale: #7E7E7E. Windows color (decimal): -8686653 or 12809083. OLE color: 12809083.
HSL color Cylindrical-coordinate representation of color #7B73C3: hue angle of 246º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B73C3 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 115 | 195 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.24 |
| HSL | 246º | 0.4% | 0.61% | - |
| HSV(B) | 246º | 0.41% | 0.76% | - |
| XYZ | 24.15 | 20.41 | 54.3 | - |
| YUV | 126.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 195 | 0.37 | 0.41 | 0 | 0.24 | 246 | 0.4 | 0.61 |
| Hex | 7B | 73 | C3 | 25 | 29 | 0 | 18 | F6 | 28 | 3D |
| Octal | 173 | 163 | 303 | 45 | 51 | 0 | 30 | 366 | 50 | 75 |
| Binary | 1111011 | 1110011 | 11000011 | 100101 | 101001 | 0 | 11000 | 11110110 | 101000 | 111101 |
Color Harmonies of #7B73C3
Complementary color
Monochromatic Colors of #7B73C3
Black with #7B73C3
Text Example
Text Example
White with #7B73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73C3; }
p { color: rgb(123,115,195); }
H1.HeaderClassName
{
color: #7B73C3;
}
.AnyTagClassName
{
color: #7B73C3;
}
</style>
background-color css
<style>
a { background-color: #7B73C3; }
a { background-color: rgb(123,115,195); }
div.DivClassName
{
background-color: #7B73C3;
}
.BgClassName
{
background-color: #7B73C3;
}
</style>
border-color css
<style>
span { border-color: #7B73C3; }
span { border-color: rgb(123,115,195); }
td.TdClassName
{
border-color: #7B73C3;
}
.TagClassName
{
border-color: #7B73C3;
}
</style>