Shades of Moody Blue #7A6BBC
Tints of Moody Blue #7A6BBC
RGB
CMYK
RGB Variations
Color information
#7A6BBC (or 0x7A6BBC) is known color: Moody Blue. HEX triplet: 7A, 6B and BC. RGB value is (122,107,188). Sum of RGB (Red+Green+Blue) = 122+107+188=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BBC is #859443. Grayscale: #787878. Windows color (decimal): -8754244 or 12348282. OLE color: 12348282.
HSL color Cylindrical-coordinate representation of color #7A6BBC: hue angle of 251.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6BBC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 107 | 188 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.26 |
| HSL | 251.11º | 0.38% | 0.58% | - |
| HSV(B) | 251.11º | 0.43% | 0.74% | - |
| XYZ | 22.36 | 18.28 | 49.93 | - |
| YUV | 120.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 188 | 0.35 | 0.43 | 0 | 0.26 | 251.11 | 0.38 | 0.58 |
| Hex | 7A | 6B | BC | 23 | 2B | 0 | 1A | FB | 26 | 3A |
| Octal | 172 | 153 | 274 | 43 | 53 | 0 | 32 | 373 | 46 | 72 |
| Binary | 1111010 | 1101011 | 10111100 | 100011 | 101011 | 0 | 11010 | 11111011 | 100110 | 111010 |
Color Harmonies of #7A6BBC
Complementary color
Monochromatic Colors of #7A6BBC
Black with #7A6BBC
Text Example
Text Example
White with #7A6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BBC; }
p { color: rgb(122,107,188); }
H1.HeaderClassName
{
color: #7A6BBC;
}
.AnyTagClassName
{
color: #7A6BBC;
}
</style>
background-color css
<style>
a { background-color: #7A6BBC; }
a { background-color: rgb(122,107,188); }
div.DivClassName
{
background-color: #7A6BBC;
}
.BgClassName
{
background-color: #7A6BBC;
}
</style>
border-color css
<style>
span { border-color: #7A6BBC; }
span { border-color: rgb(122,107,188); }
td.TdClassName
{
border-color: #7A6BBC;
}
.TagClassName
{
border-color: #7A6BBC;
}
</style>