Shades of Moody Blue #7A6FCF
Tints of Moody Blue #7A6FCF
RGB
CMYK
RGB Variations
Color information
#7A6FCF (or 0x7A6FCF) is known color: Moody Blue. HEX triplet: 7A, 6F and CF. RGB value is (122,111,207). Sum of RGB (Red+Green+Blue) = 122+111+207=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FCF is #859030. Grayscale: #7C7C7C. Windows color (decimal): -8753201 or 13594490. OLE color: 13594490.
HSL color Cylindrical-coordinate representation of color #7A6FCF: hue angle of 246.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6FCF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 111 | 207 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.19 |
| HSL | 246.88º | 0.5% | 0.62% | - |
| HSV(B) | 246.88º | 0.46% | 0.81% | - |
| XYZ | 24.97 | 20.01 | 61.58 | - |
| YUV | 125.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 207 | 0.41 | 0.46 | 0 | 0.19 | 246.88 | 0.5 | 0.62 |
| Hex | 7A | 6F | CF | 29 | 2E | 0 | 13 | F7 | 32 | 3E |
| Octal | 172 | 157 | 317 | 51 | 56 | 0 | 23 | 367 | 62 | 76 |
| Binary | 1111010 | 1101111 | 11001111 | 101001 | 101110 | 0 | 10011 | 11110111 | 110010 | 111110 |
Color Harmonies of #7A6FCF
Complementary color
Monochromatic Colors of #7A6FCF
Black with #7A6FCF
Text Example
Text Example
White with #7A6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FCF; }
p { color: rgb(122,111,207); }
H1.HeaderClassName
{
color: #7A6FCF;
}
.AnyTagClassName
{
color: #7A6FCF;
}
</style>
background-color css
<style>
a { background-color: #7A6FCF; }
a { background-color: rgb(122,111,207); }
div.DivClassName
{
background-color: #7A6FCF;
}
.BgClassName
{
background-color: #7A6FCF;
}
</style>
border-color css
<style>
span { border-color: #7A6FCF; }
span { border-color: rgb(122,111,207); }
td.TdClassName
{
border-color: #7A6FCF;
}
.TagClassName
{
border-color: #7A6FCF;
}
</style>