Shades of Moody Blue #7A67BD
Tints of Moody Blue #7A67BD
RGB
CMYK
RGB Variations
Color information
#7A67BD (or 0x7A67BD) is known color: Moody Blue. HEX triplet: 7A, 67 and BD. RGB value is (122,103,189). Sum of RGB (Red+Green+Blue) = 122+103+189=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A67BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A67BD is #859842. Grayscale: #767676. Windows color (decimal): -8755267 or 12412794. OLE color: 12412794.
HSL color Cylindrical-coordinate representation of color #7A67BD: hue angle of 253.26º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A67BD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 103 | 189 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.26 |
| HSL | 253.26º | 0.39% | 0.57% | - |
| HSV(B) | 253.26º | 0.46% | 0.74% | - |
| XYZ | 22.06 | 17.51 | 50.36 | - |
| YUV | 118.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 189 | 0.35 | 0.46 | 0 | 0.26 | 253.26 | 0.39 | 0.57 |
| Hex | 7A | 67 | BD | 23 | 2E | 0 | 1A | FD | 27 | 39 |
| Octal | 172 | 147 | 275 | 43 | 56 | 0 | 32 | 375 | 47 | 71 |
| Binary | 1111010 | 1100111 | 10111101 | 100011 | 101110 | 0 | 11010 | 11111101 | 100111 | 111001 |
Color Harmonies of #7A67BD
Complementary color
Monochromatic Colors of #7A67BD
Black with #7A67BD
Text Example
Text Example
White with #7A67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A67BD; }
p { color: rgb(122,103,189); }
H1.HeaderClassName
{
color: #7A67BD;
}
.AnyTagClassName
{
color: #7A67BD;
}
</style>
background-color css
<style>
a { background-color: #7A67BD; }
a { background-color: rgb(122,103,189); }
div.DivClassName
{
background-color: #7A67BD;
}
.BgClassName
{
background-color: #7A67BD;
}
</style>
border-color css
<style>
span { border-color: #7A67BD; }
span { border-color: rgb(122,103,189); }
td.TdClassName
{
border-color: #7A67BD;
}
.TagClassName
{
border-color: #7A67BD;
}
</style>