Shades of Moody Blue #7A68CC
Tints of Moody Blue #7A68CC
RGB
CMYK
RGB Variations
Color information
#7A68CC (or 0x7A68CC) is known color: Moody Blue. HEX triplet: 7A, 68 and CC. RGB value is (122,104,204). Sum of RGB (Red+Green+Blue) = 122+104+204=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68CC is #859733. Grayscale: #787878. Windows color (decimal): -8754996 or 13396090. OLE color: 13396090.
HSL color Cylindrical-coordinate representation of color #7A68CC: hue angle of 250.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A68CC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 104 | 204 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.2 |
| HSL | 250.8º | 0.5% | 0.6% | - |
| HSV(B) | 250.8º | 0.49% | 0.8% | - |
| XYZ | 23.88 | 18.4 | 59.42 | - |
| YUV | 120.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 204 | 0.40 | 0.49 | 0 | 0.2 | 250.8 | 0.5 | 0.6 |
| Hex | 7A | 68 | CC | 28 | 31 | 0 | 14 | FB | 32 | 3C |
| Octal | 172 | 150 | 314 | 50 | 61 | 0 | 24 | 373 | 62 | 74 |
| Binary | 1111010 | 1101000 | 11001100 | 101000 | 110001 | 0 | 10100 | 11111011 | 110010 | 111100 |
Color Harmonies of #7A68CC
Complementary color
Monochromatic Colors of #7A68CC
Black with #7A68CC
Text Example
Text Example
White with #7A68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68CC; }
p { color: rgb(122,104,204); }
H1.HeaderClassName
{
color: #7A68CC;
}
.AnyTagClassName
{
color: #7A68CC;
}
</style>
background-color css
<style>
a { background-color: #7A68CC; }
a { background-color: rgb(122,104,204); }
div.DivClassName
{
background-color: #7A68CC;
}
.BgClassName
{
background-color: #7A68CC;
}
</style>
border-color css
<style>
span { border-color: #7A68CC; }
span { border-color: rgb(122,104,204); }
td.TdClassName
{
border-color: #7A68CC;
}
.TagClassName
{
border-color: #7A68CC;
}
</style>