Shades of Moody Blue #7A68D3
Tints of Moody Blue #7A68D3
RGB
CMYK
RGB Variations
Color information
#7A68D3 (or 0x7A68D3) is known color: Moody Blue. HEX triplet: 7A, 68 and D3. RGB value is (122,104,211). Sum of RGB (Red+Green+Blue) = 122+104+211=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A68D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68D3 is #85972C. Grayscale: #797979. Windows color (decimal): -8754989 or 13854842. OLE color: 13854842.
HSL color Cylindrical-coordinate representation of color #7A68D3: hue angle of 250.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A68D3 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 104 | 211 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.17 |
| HSL | 250.09º | 0.55% | 0.62% | - |
| HSV(B) | 250.09º | 0.51% | 0.83% | - |
| XYZ | 24.73 | 18.74 | 63.94 | - |
| YUV | 121.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 211 | 0.42 | 0.51 | 0 | 0.17 | 250.09 | 0.55 | 0.62 |
| Hex | 7A | 68 | D3 | 2A | 33 | 0 | 11 | FA | 37 | 3E |
| Octal | 172 | 150 | 323 | 52 | 63 | 0 | 21 | 372 | 67 | 76 |
| Binary | 1111010 | 1101000 | 11010011 | 101010 | 110011 | 0 | 10001 | 11111010 | 110111 | 111110 |
Color Harmonies of #7A68D3
Complementary color
Monochromatic Colors of #7A68D3
Black with #7A68D3
Text Example
Text Example
White with #7A68D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68D3; }
p { color: rgb(122,104,211); }
H1.HeaderClassName
{
color: #7A68D3;
}
.AnyTagClassName
{
color: #7A68D3;
}
</style>
background-color css
<style>
a { background-color: #7A68D3; }
a { background-color: rgb(122,104,211); }
div.DivClassName
{
background-color: #7A68D3;
}
.BgClassName
{
background-color: #7A68D3;
}
</style>
border-color css
<style>
span { border-color: #7A68D3; }
span { border-color: rgb(122,104,211); }
td.TdClassName
{
border-color: #7A68D3;
}
.TagClassName
{
border-color: #7A68D3;
}
</style>