Shades of Moody Blue #7A75D6
Tints of Moody Blue #7A75D6
RGB
CMYK
RGB Variations
Color information
#7A75D6 (or 0x7A75D6) is known color: Moody Blue. HEX triplet: 7A, 75 and D6. RGB value is (122,117,214). Sum of RGB (Red+Green+Blue) = 122+117+214=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A75D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75D6 is #858A29. Grayscale: #818181. Windows color (decimal): -8751658 or 14054778. OLE color: 14054778.
HSL color Cylindrical-coordinate representation of color #7A75D6: hue angle of 243.09º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A75D6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 117 | 214 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.16 |
| HSL | 243.09º | 0.54% | 0.65% | - |
| HSV(B) | 243.09º | 0.45% | 0.84% | - |
| XYZ | 26.52 | 21.72 | 66.41 | - |
| YUV | 129.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 214 | 0.43 | 0.45 | 0 | 0.16 | 243.09 | 0.54 | 0.65 |
| Hex | 7A | 75 | D6 | 2B | 2D | 0 | 10 | F3 | 36 | 41 |
| Octal | 172 | 165 | 326 | 53 | 55 | 0 | 20 | 363 | 66 | 101 |
| Binary | 1111010 | 1110101 | 11010110 | 101011 | 101101 | 0 | 10000 | 11110011 | 110110 | 1000001 |
Color Harmonies of #7A75D6
Complementary color
Monochromatic Colors of #7A75D6
Black with #7A75D6
Text Example
Text Example
White with #7A75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75D6; }
p { color: rgb(122,117,214); }
H1.HeaderClassName
{
color: #7A75D6;
}
.AnyTagClassName
{
color: #7A75D6;
}
</style>
background-color css
<style>
a { background-color: #7A75D6; }
a { background-color: rgb(122,117,214); }
div.DivClassName
{
background-color: #7A75D6;
}
.BgClassName
{
background-color: #7A75D6;
}
</style>
border-color css
<style>
span { border-color: #7A75D6; }
span { border-color: rgb(122,117,214); }
td.TdClassName
{
border-color: #7A75D6;
}
.TagClassName
{
border-color: #7A75D6;
}
</style>