Shades of Moody Blue #7B73CC
Tints of Moody Blue #7B73CC
RGB
CMYK
RGB Variations
Color information
#7B73CC (or 0x7B73CC) is known color: Moody Blue. HEX triplet: 7B, 73 and CC. RGB value is (123,115,204). Sum of RGB (Red+Green+Blue) = 123+115+204=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B73CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73CC is #848C33. Grayscale: #7F7F7F. Windows color (decimal): -8686644 or 13398907. OLE color: 13398907.
HSL color Cylindrical-coordinate representation of color #7B73CC: hue angle of 245.39º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B73CC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 115 | 204 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.2 |
| HSL | 245.39º | 0.47% | 0.63% | - |
| HSV(B) | 245.39º | 0.44% | 0.8% | - |
| XYZ | 25.2 | 20.83 | 59.82 | - |
| YUV | 127.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 204 | 0.40 | 0.44 | 0 | 0.2 | 245.39 | 0.47 | 0.63 |
| Hex | 7B | 73 | CC | 28 | 2C | 0 | 14 | F5 | 2F | 3F |
| Octal | 173 | 163 | 314 | 50 | 54 | 0 | 24 | 365 | 57 | 77 |
| Binary | 1111011 | 1110011 | 11001100 | 101000 | 101100 | 0 | 10100 | 11110101 | 101111 | 111111 |
Color Harmonies of #7B73CC
Complementary color
Monochromatic Colors of #7B73CC
Black with #7B73CC
Text Example
Text Example
White with #7B73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73CC; }
p { color: rgb(123,115,204); }
H1.HeaderClassName
{
color: #7B73CC;
}
.AnyTagClassName
{
color: #7B73CC;
}
</style>
background-color css
<style>
a { background-color: #7B73CC; }
a { background-color: rgb(123,115,204); }
div.DivClassName
{
background-color: #7B73CC;
}
.BgClassName
{
background-color: #7B73CC;
}
</style>
border-color css
<style>
span { border-color: #7B73CC; }
span { border-color: rgb(123,115,204); }
td.TdClassName
{
border-color: #7B73CC;
}
.TagClassName
{
border-color: #7B73CC;
}
</style>