Shades of Moody Blue #7A6BD3
Tints of Moody Blue #7A6BD3
RGB
CMYK
RGB Variations
Color information
#7A6BD3 (or 0x7A6BD3) is known color: Moody Blue. HEX triplet: 7A, 6B and D3. RGB value is (122,107,211). Sum of RGB (Red+Green+Blue) = 122+107+211=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A6BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BD3 is #85942C. Grayscale: #7A7A7A. Windows color (decimal): -8754221 or 13855610. OLE color: 13855610.
HSL color Cylindrical-coordinate representation of color #7A6BD3: hue angle of 248.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A6BD3 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 107 | 211 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.17 |
| HSL | 248.65º | 0.54% | 0.62% | - |
| HSV(B) | 248.65º | 0.49% | 0.83% | - |
| XYZ | 25.04 | 19.36 | 64.04 | - |
| YUV | 123.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 211 | 0.42 | 0.49 | 0 | 0.17 | 248.65 | 0.54 | 0.62 |
| Hex | 7A | 6B | D3 | 2A | 31 | 0 | 11 | F9 | 36 | 3E |
| Octal | 172 | 153 | 323 | 52 | 61 | 0 | 21 | 371 | 66 | 76 |
| Binary | 1111010 | 1101011 | 11010011 | 101010 | 110001 | 0 | 10001 | 11111001 | 110110 | 111110 |
Color Harmonies of #7A6BD3
Complementary color
Monochromatic Colors of #7A6BD3
Black with #7A6BD3
Text Example
Text Example
White with #7A6BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BD3; }
p { color: rgb(122,107,211); }
H1.HeaderClassName
{
color: #7A6BD3;
}
.AnyTagClassName
{
color: #7A6BD3;
}
</style>
background-color css
<style>
a { background-color: #7A6BD3; }
a { background-color: rgb(122,107,211); }
div.DivClassName
{
background-color: #7A6BD3;
}
.BgClassName
{
background-color: #7A6BD3;
}
</style>
border-color css
<style>
span { border-color: #7A6BD3; }
span { border-color: rgb(122,107,211); }
td.TdClassName
{
border-color: #7A6BD3;
}
.TagClassName
{
border-color: #7A6BD3;
}
</style>