Shades of Moody Blue #7A6CCC
Tints of Moody Blue #7A6CCC
RGB
CMYK
RGB Variations
Color information
#7A6CCC (or 0x7A6CCC) is known color: Moody Blue. HEX triplet: 7A, 6C and CC. RGB value is (122,108,204). Sum of RGB (Red+Green+Blue) = 122+108+204=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CCC is #859333. Grayscale: #7A7A7A. Windows color (decimal): -8753972 or 13397114. OLE color: 13397114.
HSL color Cylindrical-coordinate representation of color #7A6CCC: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6CCC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 108 | 204 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.2 |
| HSL | 248.75º | 0.48% | 0.61% | - |
| HSV(B) | 248.75º | 0.47% | 0.8% | - |
| XYZ | 24.29 | 19.22 | 59.56 | - |
| YUV | 123.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 204 | 0.40 | 0.47 | 0 | 0.2 | 248.75 | 0.48 | 0.61 |
| Hex | 7A | 6C | CC | 28 | 2F | 0 | 14 | F9 | 30 | 3D |
| Octal | 172 | 154 | 314 | 50 | 57 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111010 | 1101100 | 11001100 | 101000 | 101111 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #7A6CCC
Complementary color
Monochromatic Colors of #7A6CCC
Black with #7A6CCC
Text Example
Text Example
White with #7A6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CCC; }
p { color: rgb(122,108,204); }
H1.HeaderClassName
{
color: #7A6CCC;
}
.AnyTagClassName
{
color: #7A6CCC;
}
</style>
background-color css
<style>
a { background-color: #7A6CCC; }
a { background-color: rgb(122,108,204); }
div.DivClassName
{
background-color: #7A6CCC;
}
.BgClassName
{
background-color: #7A6CCC;
}
</style>
border-color css
<style>
span { border-color: #7A6CCC; }
span { border-color: rgb(122,108,204); }
td.TdClassName
{
border-color: #7A6CCC;
}
.TagClassName
{
border-color: #7A6CCC;
}
</style>