Shades of Moody Blue #7A67BE
Tints of Moody Blue #7A67BE
RGB
CMYK
RGB Variations
Color information
#7A67BE (or 0x7A67BE) is known color: Moody Blue. HEX triplet: 7A, 67 and BE. RGB value is (122,103,190). Sum of RGB (Red+Green+Blue) = 122+103+190=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A67BE is #859841. Grayscale: #767676. Windows color (decimal): -8755266 or 12478330. OLE color: 12478330.
HSL color Cylindrical-coordinate representation of color #7A67BE: hue angle of 253.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A67BE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 103 | 190 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.25 |
| HSL | 253.1º | 0.4% | 0.57% | - |
| HSV(B) | 253.1º | 0.46% | 0.75% | - |
| XYZ | 22.17 | 17.56 | 50.94 | - |
| YUV | 118.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 190 | 0.36 | 0.46 | 0 | 0.25 | 253.1 | 0.4 | 0.57 |
| Hex | 7A | 67 | BE | 24 | 2E | 0 | 19 | FD | 28 | 39 |
| Octal | 172 | 147 | 276 | 44 | 56 | 0 | 31 | 375 | 50 | 71 |
| Binary | 1111010 | 1100111 | 10111110 | 100100 | 101110 | 0 | 11001 | 11111101 | 101000 | 111001 |
Color Harmonies of #7A67BE
Complementary color
Monochromatic Colors of #7A67BE
Black with #7A67BE
Text Example
Text Example
White with #7A67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A67BE; }
p { color: rgb(122,103,190); }
H1.HeaderClassName
{
color: #7A67BE;
}
.AnyTagClassName
{
color: #7A67BE;
}
</style>
background-color css
<style>
a { background-color: #7A67BE; }
a { background-color: rgb(122,103,190); }
div.DivClassName
{
background-color: #7A67BE;
}
.BgClassName
{
background-color: #7A67BE;
}
</style>
border-color css
<style>
span { border-color: #7A67BE; }
span { border-color: rgb(122,103,190); }
td.TdClassName
{
border-color: #7A67BE;
}
.TagClassName
{
border-color: #7A67BE;
}
</style>