Shades of Moody Blue #7A68BE
Tints of Moody Blue #7A68BE
RGB
CMYK
RGB Variations
Color information
#7A68BE (or 0x7A68BE) is known color: Moody Blue. HEX triplet: 7A, 68 and BE. RGB value is (122,104,190). Sum of RGB (Red+Green+Blue) = 122+104+190=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68BE is #859741. Grayscale: #767676. Windows color (decimal): -8755010 or 12478586. OLE color: 12478586.
HSL color Cylindrical-coordinate representation of color #7A68BE: hue angle of 252.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A68BE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 104 | 190 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.25 |
| HSL | 252.56º | 0.4% | 0.58% | - |
| HSV(B) | 252.56º | 0.45% | 0.75% | - |
| XYZ | 22.27 | 17.76 | 50.97 | - |
| YUV | 119.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 190 | 0.36 | 0.45 | 0 | 0.25 | 252.56 | 0.4 | 0.58 |
| Hex | 7A | 68 | BE | 24 | 2D | 0 | 19 | FD | 28 | 3A |
| Octal | 172 | 150 | 276 | 44 | 55 | 0 | 31 | 375 | 50 | 72 |
| Binary | 1111010 | 1101000 | 10111110 | 100100 | 101101 | 0 | 11001 | 11111101 | 101000 | 111010 |
Color Harmonies of #7A68BE
Complementary color
Monochromatic Colors of #7A68BE
Black with #7A68BE
Text Example
Text Example
White with #7A68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68BE; }
p { color: rgb(122,104,190); }
H1.HeaderClassName
{
color: #7A68BE;
}
.AnyTagClassName
{
color: #7A68BE;
}
</style>
background-color css
<style>
a { background-color: #7A68BE; }
a { background-color: rgb(122,104,190); }
div.DivClassName
{
background-color: #7A68BE;
}
.BgClassName
{
background-color: #7A68BE;
}
</style>
border-color css
<style>
span { border-color: #7A68BE; }
span { border-color: rgb(122,104,190); }
td.TdClassName
{
border-color: #7A68BE;
}
.TagClassName
{
border-color: #7A68BE;
}
</style>