Shades of Moody Blue #7A75BB
Tints of Moody Blue #7A75BB
RGB
CMYK
RGB Variations
Color information
#7A75BB (or 0x7A75BB) is known color: Moody Blue. HEX triplet: 7A, 75 and BB. RGB value is (122,117,187). Sum of RGB (Red+Green+Blue) = 122+117+187=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A75BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75BB is #858A44. Grayscale: #7E7E7E. Windows color (decimal): -8751685 or 12285306. OLE color: 12285306.
HSL color Cylindrical-coordinate representation of color #7A75BB: hue angle of 244.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A75BB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 117 | 187 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.27 |
| HSL | 244.29º | 0.34% | 0.6% | - |
| HSV(B) | 244.29º | 0.37% | 0.73% | - |
| XYZ | 23.36 | 20.45 | 49.73 | - |
| YUV | 126.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 187 | 0.35 | 0.37 | 0 | 0.27 | 244.29 | 0.34 | 0.6 |
| Hex | 7A | 75 | BB | 23 | 25 | 0 | 1B | F4 | 22 | 3C |
| Octal | 172 | 165 | 273 | 43 | 45 | 0 | 33 | 364 | 42 | 74 |
| Binary | 1111010 | 1110101 | 10111011 | 100011 | 100101 | 0 | 11011 | 11110100 | 100010 | 111100 |
Color Harmonies of #7A75BB
Complementary color
Monochromatic Colors of #7A75BB
Black with #7A75BB
Text Example
Text Example
White with #7A75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75BB; }
p { color: rgb(122,117,187); }
H1.HeaderClassName
{
color: #7A75BB;
}
.AnyTagClassName
{
color: #7A75BB;
}
</style>
background-color css
<style>
a { background-color: #7A75BB; }
a { background-color: rgb(122,117,187); }
div.DivClassName
{
background-color: #7A75BB;
}
.BgClassName
{
background-color: #7A75BB;
}
</style>
border-color css
<style>
span { border-color: #7A75BB; }
span { border-color: rgb(122,117,187); }
td.TdClassName
{
border-color: #7A75BB;
}
.TagClassName
{
border-color: #7A75BB;
}
</style>