Shades of Moody Blue #7A6BCB
Tints of Moody Blue #7A6BCB
RGB
CMYK
RGB Variations
Color information
#7A6BCB (or 0x7A6BCB) is known color: Moody Blue. HEX triplet: 7A, 6B and CB. RGB value is (122,107,203). Sum of RGB (Red+Green+Blue) = 122+107+203=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BCB is #859434. Grayscale: #7A7A7A. Windows color (decimal): -8754229 or 13331322. OLE color: 13331322.
HSL color Cylindrical-coordinate representation of color #7A6BCB: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6BCB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 107 | 203 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.20 |
| HSL | 249.38º | 0.48% | 0.61% | - |
| HSV(B) | 249.38º | 0.47% | 0.8% | - |
| XYZ | 24.06 | 18.96 | 58.89 | - |
| YUV | 122.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 203 | 0.40 | 0.47 | 0 | 0.20 | 249.38 | 0.48 | 0.61 |
| Hex | 7A | 6B | CB | 28 | 2F | 0 | 14 | F9 | 30 | 3D |
| Octal | 172 | 153 | 313 | 50 | 57 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111010 | 1101011 | 11001011 | 101000 | 101111 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #7A6BCB
Complementary color
Monochromatic Colors of #7A6BCB
Black with #7A6BCB
Text Example
Text Example
White with #7A6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BCB; }
p { color: rgb(122,107,203); }
H1.HeaderClassName
{
color: #7A6BCB;
}
.AnyTagClassName
{
color: #7A6BCB;
}
</style>
background-color css
<style>
a { background-color: #7A6BCB; }
a { background-color: rgb(122,107,203); }
div.DivClassName
{
background-color: #7A6BCB;
}
.BgClassName
{
background-color: #7A6BCB;
}
</style>
border-color css
<style>
span { border-color: #7A6BCB; }
span { border-color: rgb(122,107,203); }
td.TdClassName
{
border-color: #7A6BCB;
}
.TagClassName
{
border-color: #7A6BCB;
}
</style>