Shades of Moody Blue #7A6FCC
Tints of Moody Blue #7A6FCC
RGB
CMYK
RGB Variations
Color information
#7A6FCC (or 0x7A6FCC) is known color: Moody Blue. HEX triplet: 7A, 6F and CC. RGB value is (122,111,204). Sum of RGB (Red+Green+Blue) = 122+111+204=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FCC is #859033. Grayscale: #7C7C7C. Windows color (decimal): -8753204 or 13397882. OLE color: 13397882.
HSL color Cylindrical-coordinate representation of color #7A6FCC: hue angle of 247.1º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6FCC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 111 | 204 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.2 |
| HSL | 247.1º | 0.48% | 0.62% | - |
| HSV(B) | 247.1º | 0.46% | 0.8% | - |
| XYZ | 24.61 | 19.87 | 59.66 | - |
| YUV | 124.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 204 | 0.40 | 0.46 | 0 | 0.2 | 247.1 | 0.48 | 0.62 |
| Hex | 7A | 6F | CC | 28 | 2E | 0 | 14 | F7 | 30 | 3E |
| Octal | 172 | 157 | 314 | 50 | 56 | 0 | 24 | 367 | 60 | 76 |
| Binary | 1111010 | 1101111 | 11001100 | 101000 | 101110 | 0 | 10100 | 11110111 | 110000 | 111110 |
Color Harmonies of #7A6FCC
Complementary color
Monochromatic Colors of #7A6FCC
Black with #7A6FCC
Text Example
Text Example
White with #7A6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FCC; }
p { color: rgb(122,111,204); }
H1.HeaderClassName
{
color: #7A6FCC;
}
.AnyTagClassName
{
color: #7A6FCC;
}
</style>
background-color css
<style>
a { background-color: #7A6FCC; }
a { background-color: rgb(122,111,204); }
div.DivClassName
{
background-color: #7A6FCC;
}
.BgClassName
{
background-color: #7A6FCC;
}
</style>
border-color css
<style>
span { border-color: #7A6FCC; }
span { border-color: rgb(122,111,204); }
td.TdClassName
{
border-color: #7A6FCC;
}
.TagClassName
{
border-color: #7A6FCC;
}
</style>