Shades of Moody Blue #7A6FC1
Tints of Moody Blue #7A6FC1
RGB
CMYK
RGB Variations
Color information
#7A6FC1 (or 0x7A6FC1) is known color: Moody Blue. HEX triplet: 7A, 6F and C1. RGB value is (122,111,193). Sum of RGB (Red+Green+Blue) = 122+111+193=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FC1 is #85903E. Grayscale: #7B7B7B. Windows color (decimal): -8753215 or 12676986. OLE color: 12676986.
HSL color Cylindrical-coordinate representation of color #7A6FC1: hue angle of 248.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A6FC1 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 111 | 193 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.24 |
| HSL | 248.05º | 0.4% | 0.6% | - |
| HSV(B) | 248.05º | 0.42% | 0.76% | - |
| XYZ | 23.34 | 19.36 | 52.96 | - |
| YUV | 123.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 193 | 0.37 | 0.42 | 0 | 0.24 | 248.05 | 0.4 | 0.6 |
| Hex | 7A | 6F | C1 | 25 | 2A | 0 | 18 | F8 | 28 | 3C |
| Octal | 172 | 157 | 301 | 45 | 52 | 0 | 30 | 370 | 50 | 74 |
| Binary | 1111010 | 1101111 | 11000001 | 100101 | 101010 | 0 | 11000 | 11111000 | 101000 | 111100 |
Color Harmonies of #7A6FC1
Complementary color
Monochromatic Colors of #7A6FC1
Black with #7A6FC1
Text Example
Text Example
White with #7A6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FC1; }
p { color: rgb(122,111,193); }
H1.HeaderClassName
{
color: #7A6FC1;
}
.AnyTagClassName
{
color: #7A6FC1;
}
</style>
background-color css
<style>
a { background-color: #7A6FC1; }
a { background-color: rgb(122,111,193); }
div.DivClassName
{
background-color: #7A6FC1;
}
.BgClassName
{
background-color: #7A6FC1;
}
</style>
border-color css
<style>
span { border-color: #7A6FC1; }
span { border-color: rgb(122,111,193); }
td.TdClassName
{
border-color: #7A6FC1;
}
.TagClassName
{
border-color: #7A6FC1;
}
</style>