Shades of Moody Blue #7B68BA
Tints of Moody Blue #7B68BA
RGB
CMYK
RGB Variations
Color information
#7B68BA (or 0x7B68BA) is known color: Moody Blue. HEX triplet: 7B, 68 and BA. RGB value is (123,104,186). Sum of RGB (Red+Green+Blue) = 123+104+186=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68BA is #849745. Grayscale: #767676. Windows color (decimal): -8689478 or 12216443. OLE color: 12216443.
HSL color Cylindrical-coordinate representation of color #7B68BA: hue angle of 253.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B68BA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 104 | 186 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.27 |
| HSL | 253.9º | 0.37% | 0.57% | - |
| HSV(B) | 253.9º | 0.44% | 0.73% | - |
| XYZ | 21.98 | 17.66 | 48.7 | - |
| YUV | 119.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 186 | 0.34 | 0.44 | 0 | 0.27 | 253.9 | 0.37 | 0.57 |
| Hex | 7B | 68 | BA | 22 | 2C | 0 | 1B | FE | 25 | 39 |
| Octal | 173 | 150 | 272 | 42 | 54 | 0 | 33 | 376 | 45 | 71 |
| Binary | 1111011 | 1101000 | 10111010 | 100010 | 101100 | 0 | 11011 | 11111110 | 100101 | 111001 |
Color Harmonies of #7B68BA
Complementary color
Monochromatic Colors of #7B68BA
Black with #7B68BA
Text Example
Text Example
White with #7B68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68BA; }
p { color: rgb(123,104,186); }
H1.HeaderClassName
{
color: #7B68BA;
}
.AnyTagClassName
{
color: #7B68BA;
}
</style>
background-color css
<style>
a { background-color: #7B68BA; }
a { background-color: rgb(123,104,186); }
div.DivClassName
{
background-color: #7B68BA;
}
.BgClassName
{
background-color: #7B68BA;
}
</style>
border-color css
<style>
span { border-color: #7B68BA; }
span { border-color: rgb(123,104,186); }
td.TdClassName
{
border-color: #7B68BA;
}
.TagClassName
{
border-color: #7B68BA;
}
</style>