Shades of Moody Blue #7A76CD
Tints of Moody Blue #7A76CD
RGB
CMYK
RGB Variations
Color information
#7A76CD (or 0x7A76CD) is known color: Moody Blue. HEX triplet: 7A, 76 and CD. RGB value is (122,118,205). Sum of RGB (Red+Green+Blue) = 122+118+205=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A76CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76CD is #858932. Grayscale: #808080. Windows color (decimal): -8751411 or 13465210. OLE color: 13465210.
HSL color Cylindrical-coordinate representation of color #7A76CD: hue angle of 242.76º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A76CD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 118 | 205 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.20 |
| HSL | 242.76º | 0.47% | 0.63% | - |
| HSV(B) | 242.76º | 0.42% | 0.8% | - |
| XYZ | 25.52 | 21.5 | 60.56 | - |
| YUV | 129.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 205 | 0.40 | 0.42 | 0 | 0.20 | 242.76 | 0.47 | 0.63 |
| Hex | 7A | 76 | CD | 28 | 2A | 0 | 14 | F3 | 2F | 3F |
| Octal | 172 | 166 | 315 | 50 | 52 | 0 | 24 | 363 | 57 | 77 |
| Binary | 1111010 | 1110110 | 11001101 | 101000 | 101010 | 0 | 10100 | 11110011 | 101111 | 111111 |
Color Harmonies of #7A76CD
Complementary color
Monochromatic Colors of #7A76CD
Black with #7A76CD
Text Example
Text Example
White with #7A76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76CD; }
p { color: rgb(122,118,205); }
H1.HeaderClassName
{
color: #7A76CD;
}
.AnyTagClassName
{
color: #7A76CD;
}
</style>
background-color css
<style>
a { background-color: #7A76CD; }
a { background-color: rgb(122,118,205); }
div.DivClassName
{
background-color: #7A76CD;
}
.BgClassName
{
background-color: #7A76CD;
}
</style>
border-color css
<style>
span { border-color: #7A76CD; }
span { border-color: rgb(122,118,205); }
td.TdClassName
{
border-color: #7A76CD;
}
.TagClassName
{
border-color: #7A76CD;
}
</style>