Shades of Moody Blue #7A6ABC
Tints of Moody Blue #7A6ABC
RGB
CMYK
RGB Variations
Color information
#7A6ABC (or 0x7A6ABC) is known color: Moody Blue. HEX triplet: 7A, 6A and BC. RGB value is (122,106,188). Sum of RGB (Red+Green+Blue) = 122+106+188=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ABC is #859543. Grayscale: #777777. Windows color (decimal): -8754500 or 12348026. OLE color: 12348026.
HSL color Cylindrical-coordinate representation of color #7A6ABC: hue angle of 251.71º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6ABC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 106 | 188 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.26 |
| HSL | 251.71º | 0.38% | 0.58% | - |
| HSV(B) | 251.71º | 0.44% | 0.74% | - |
| XYZ | 22.26 | 18.08 | 49.89 | - |
| YUV | 120.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 188 | 0.35 | 0.44 | 0 | 0.26 | 251.71 | 0.38 | 0.58 |
| Hex | 7A | 6A | BC | 23 | 2C | 0 | 1A | FC | 26 | 3A |
| Octal | 172 | 152 | 274 | 43 | 54 | 0 | 32 | 374 | 46 | 72 |
| Binary | 1111010 | 1101010 | 10111100 | 100011 | 101100 | 0 | 11010 | 11111100 | 100110 | 111010 |
Color Harmonies of #7A6ABC
Complementary color
Monochromatic Colors of #7A6ABC
Black with #7A6ABC
Text Example
Text Example
White with #7A6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ABC; }
p { color: rgb(122,106,188); }
H1.HeaderClassName
{
color: #7A6ABC;
}
.AnyTagClassName
{
color: #7A6ABC;
}
</style>
background-color css
<style>
a { background-color: #7A6ABC; }
a { background-color: rgb(122,106,188); }
div.DivClassName
{
background-color: #7A6ABC;
}
.BgClassName
{
background-color: #7A6ABC;
}
</style>
border-color css
<style>
span { border-color: #7A6ABC; }
span { border-color: rgb(122,106,188); }
td.TdClassName
{
border-color: #7A6ABC;
}
.TagClassName
{
border-color: #7A6ABC;
}
</style>