Shades of Moody Blue #7A6ECB
Tints of Moody Blue #7A6ECB
RGB
CMYK
RGB Variations
Color information
#7A6ECB (or 0x7A6ECB) is known color: Moody Blue. HEX triplet: 7A, 6E and CB. RGB value is (122,110,203). Sum of RGB (Red+Green+Blue) = 122+110+203=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ECB is #859134. Grayscale: #7B7B7B. Windows color (decimal): -8753461 or 13332090. OLE color: 13332090.
HSL color Cylindrical-coordinate representation of color #7A6ECB: hue angle of 247.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6ECB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 110 | 203 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.20 |
| HSL | 247.74º | 0.47% | 0.61% | - |
| HSV(B) | 247.74º | 0.46% | 0.8% | - |
| XYZ | 24.38 | 19.6 | 59 | - |
| YUV | 124.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 203 | 0.40 | 0.46 | 0 | 0.20 | 247.74 | 0.47 | 0.61 |
| Hex | 7A | 6E | CB | 28 | 2E | 0 | 14 | F8 | 2F | 3D |
| Octal | 172 | 156 | 313 | 50 | 56 | 0 | 24 | 370 | 57 | 75 |
| Binary | 1111010 | 1101110 | 11001011 | 101000 | 101110 | 0 | 10100 | 11111000 | 101111 | 111101 |
Color Harmonies of #7A6ECB
Complementary color
Monochromatic Colors of #7A6ECB
Black with #7A6ECB
Text Example
Text Example
White with #7A6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ECB; }
p { color: rgb(122,110,203); }
H1.HeaderClassName
{
color: #7A6ECB;
}
.AnyTagClassName
{
color: #7A6ECB;
}
</style>
background-color css
<style>
a { background-color: #7A6ECB; }
a { background-color: rgb(122,110,203); }
div.DivClassName
{
background-color: #7A6ECB;
}
.BgClassName
{
background-color: #7A6ECB;
}
</style>
border-color css
<style>
span { border-color: #7A6ECB; }
span { border-color: rgb(122,110,203); }
td.TdClassName
{
border-color: #7A6ECB;
}
.TagClassName
{
border-color: #7A6ECB;
}
</style>