Shades of Moody Blue #7A68CD
Tints of Moody Blue #7A68CD
RGB
CMYK
RGB Variations
Color information
#7A68CD (or 0x7A68CD) is known color: Moody Blue. HEX triplet: 7A, 68 and CD. RGB value is (122,104,205). Sum of RGB (Red+Green+Blue) = 122+104+205=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68CD is #859732. Grayscale: #787878. Windows color (decimal): -8754995 or 13461626. OLE color: 13461626.
HSL color Cylindrical-coordinate representation of color #7A68CD: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A68CD is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 104 | 205 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.20 |
| HSL | 250.69º | 0.5% | 0.61% | - |
| HSV(B) | 250.69º | 0.49% | 0.8% | - |
| XYZ | 24 | 18.45 | 60.05 | - |
| YUV | 120.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 205 | 0.40 | 0.49 | 0 | 0.20 | 250.69 | 0.5 | 0.61 |
| Hex | 7A | 68 | CD | 28 | 31 | 0 | 14 | FB | 32 | 3D |
| Octal | 172 | 150 | 315 | 50 | 61 | 0 | 24 | 373 | 62 | 75 |
| Binary | 1111010 | 1101000 | 11001101 | 101000 | 110001 | 0 | 10100 | 11111011 | 110010 | 111101 |
Color Harmonies of #7A68CD
Complementary color
Monochromatic Colors of #7A68CD
Black with #7A68CD
Text Example
Text Example
White with #7A68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68CD; }
p { color: rgb(122,104,205); }
H1.HeaderClassName
{
color: #7A68CD;
}
.AnyTagClassName
{
color: #7A68CD;
}
</style>
background-color css
<style>
a { background-color: #7A68CD; }
a { background-color: rgb(122,104,205); }
div.DivClassName
{
background-color: #7A68CD;
}
.BgClassName
{
background-color: #7A68CD;
}
</style>
border-color css
<style>
span { border-color: #7A68CD; }
span { border-color: rgb(122,104,205); }
td.TdClassName
{
border-color: #7A68CD;
}
.TagClassName
{
border-color: #7A68CD;
}
</style>