Shades of Moody Blue #7A6DC1
Tints of Moody Blue #7A6DC1
RGB
CMYK
RGB Variations
Color information
#7A6DC1 (or 0x7A6DC1) is known color: Moody Blue. HEX triplet: 7A, 6D and C1. RGB value is (122,109,193). Sum of RGB (Red+Green+Blue) = 122+109+193=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A6DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DC1 is #85923E. Grayscale: #7A7A7A. Windows color (decimal): -8753727 or 12676474. OLE color: 12676474.
HSL color Cylindrical-coordinate representation of color #7A6DC1: hue angle of 249.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6DC1 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 109 | 193 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.24 |
| HSL | 249.29º | 0.4% | 0.59% | - |
| HSV(B) | 249.29º | 0.44% | 0.76% | - |
| XYZ | 23.12 | 18.93 | 52.89 | - |
| YUV | 122.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 193 | 0.37 | 0.44 | 0 | 0.24 | 249.29 | 0.4 | 0.59 |
| Hex | 7A | 6D | C1 | 25 | 2C | 0 | 18 | F9 | 28 | 3B |
| Octal | 172 | 155 | 301 | 45 | 54 | 0 | 30 | 371 | 50 | 73 |
| Binary | 1111010 | 1101101 | 11000001 | 100101 | 101100 | 0 | 11000 | 11111001 | 101000 | 111011 |
Color Harmonies of #7A6DC1
Complementary color
Monochromatic Colors of #7A6DC1
Black with #7A6DC1
Text Example
Text Example
White with #7A6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DC1; }
p { color: rgb(122,109,193); }
H1.HeaderClassName
{
color: #7A6DC1;
}
.AnyTagClassName
{
color: #7A6DC1;
}
</style>
background-color css
<style>
a { background-color: #7A6DC1; }
a { background-color: rgb(122,109,193); }
div.DivClassName
{
background-color: #7A6DC1;
}
.BgClassName
{
background-color: #7A6DC1;
}
</style>
border-color css
<style>
span { border-color: #7A6DC1; }
span { border-color: rgb(122,109,193); }
td.TdClassName
{
border-color: #7A6DC1;
}
.TagClassName
{
border-color: #7A6DC1;
}
</style>