Shades of Moody Blue #7A75B3
Tints of Moody Blue #7A75B3
RGB
CMYK
RGB Variations
Color information
#7A75B3 (or 0x7A75B3) is known color: Moody Blue. HEX triplet: 7A, 75 and B3. RGB value is (122,117,179). Sum of RGB (Red+Green+Blue) = 122+117+179=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A75B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75B3 is #858A4C. Grayscale: #7D7D7D. Windows color (decimal): -8751693 or 11761018. OLE color: 11761018.
HSL color Cylindrical-coordinate representation of color #7A75B3: hue angle of 244.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A75B3 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 117 | 179 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.30 |
| HSL | 244.84º | 0.29% | 0.58% | - |
| HSV(B) | 244.84º | 0.35% | 0.7% | - |
| XYZ | 22.52 | 20.11 | 45.34 | - |
| YUV | 125.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 179 | 0.32 | 0.35 | 0 | 0.30 | 244.84 | 0.29 | 0.58 |
| Hex | 7A | 75 | B3 | 20 | 23 | 0 | 1E | F5 | 1D | 3A |
| Octal | 172 | 165 | 263 | 40 | 43 | 0 | 36 | 365 | 35 | 72 |
| Binary | 1111010 | 1110101 | 10110011 | 100000 | 100011 | 0 | 11110 | 11110101 | 11101 | 111010 |
Color Harmonies of #7A75B3
Complementary color
Monochromatic Colors of #7A75B3
Black with #7A75B3
Text Example
Text Example
White with #7A75B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75B3; }
p { color: rgb(122,117,179); }
H1.HeaderClassName
{
color: #7A75B3;
}
.AnyTagClassName
{
color: #7A75B3;
}
</style>
background-color css
<style>
a { background-color: #7A75B3; }
a { background-color: rgb(122,117,179); }
div.DivClassName
{
background-color: #7A75B3;
}
.BgClassName
{
background-color: #7A75B3;
}
</style>
border-color css
<style>
span { border-color: #7A75B3; }
span { border-color: rgb(122,117,179); }
td.TdClassName
{
border-color: #7A75B3;
}
.TagClassName
{
border-color: #7A75B3;
}
</style>