Shades of Moody Blue #7A75D4
Tints of Moody Blue #7A75D4
RGB
CMYK
RGB Variations
Color information
#7A75D4 (or 0x7A75D4) is known color: Moody Blue. HEX triplet: 7A, 75 and D4. RGB value is (122,117,212). Sum of RGB (Red+Green+Blue) = 122+117+212=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #7A75D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75D4 is #858A2B. Grayscale: #808080. Windows color (decimal): -8751660 or 13923706. OLE color: 13923706.
HSL color Cylindrical-coordinate representation of color #7A75D4: hue angle of 243.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A75D4 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 117 | 212 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.17 |
| HSL | 243.16º | 0.52% | 0.65% | - |
| HSV(B) | 243.16º | 0.45% | 0.83% | - |
| XYZ | 26.27 | 21.61 | 65.07 | - |
| YUV | 129.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 212 | 0.42 | 0.45 | 0 | 0.17 | 243.16 | 0.52 | 0.65 |
| Hex | 7A | 75 | D4 | 2A | 2D | 0 | 11 | F3 | 34 | 41 |
| Octal | 172 | 165 | 324 | 52 | 55 | 0 | 21 | 363 | 64 | 101 |
| Binary | 1111010 | 1110101 | 11010100 | 101010 | 101101 | 0 | 10001 | 11110011 | 110100 | 1000001 |
Color Harmonies of #7A75D4
Complementary color
Monochromatic Colors of #7A75D4
Black with #7A75D4
Text Example
Text Example
White with #7A75D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75D4; }
p { color: rgb(122,117,212); }
H1.HeaderClassName
{
color: #7A75D4;
}
.AnyTagClassName
{
color: #7A75D4;
}
</style>
background-color css
<style>
a { background-color: #7A75D4; }
a { background-color: rgb(122,117,212); }
div.DivClassName
{
background-color: #7A75D4;
}
.BgClassName
{
background-color: #7A75D4;
}
</style>
border-color css
<style>
span { border-color: #7A75D4; }
span { border-color: rgb(122,117,212); }
td.TdClassName
{
border-color: #7A75D4;
}
.TagClassName
{
border-color: #7A75D4;
}
</style>