Shades of Moody Blue #7A71BD
Tints of Moody Blue #7A71BD
RGB
CMYK
RGB Variations
Color information
#7A71BD (or 0x7A71BD) is known color: Moody Blue. HEX triplet: 7A, 71 and BD. RGB value is (122,113,189). Sum of RGB (Red+Green+Blue) = 122+113+189=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A71BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71BD is #858E42. Grayscale: #7C7C7C. Windows color (decimal): -8752707 or 12415354. OLE color: 12415354.
HSL color Cylindrical-coordinate representation of color #7A71BD: hue angle of 247.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A71BD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 113 | 189 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.26 |
| HSL | 247.11º | 0.37% | 0.59% | - |
| HSV(B) | 247.11º | 0.4% | 0.74% | - |
| XYZ | 23.12 | 19.62 | 50.71 | - |
| YUV | 124.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 189 | 0.35 | 0.40 | 0 | 0.26 | 247.11 | 0.37 | 0.59 |
| Hex | 7A | 71 | BD | 23 | 28 | 0 | 1A | F7 | 25 | 3B |
| Octal | 172 | 161 | 275 | 43 | 50 | 0 | 32 | 367 | 45 | 73 |
| Binary | 1111010 | 1110001 | 10111101 | 100011 | 101000 | 0 | 11010 | 11110111 | 100101 | 111011 |
Color Harmonies of #7A71BD
Complementary color
Monochromatic Colors of #7A71BD
Black with #7A71BD
Text Example
Text Example
White with #7A71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A71BD; }
p { color: rgb(122,113,189); }
H1.HeaderClassName
{
color: #7A71BD;
}
.AnyTagClassName
{
color: #7A71BD;
}
</style>
background-color css
<style>
a { background-color: #7A71BD; }
a { background-color: rgb(122,113,189); }
div.DivClassName
{
background-color: #7A71BD;
}
.BgClassName
{
background-color: #7A71BD;
}
</style>
border-color css
<style>
span { border-color: #7A71BD; }
span { border-color: rgb(122,113,189); }
td.TdClassName
{
border-color: #7A71BD;
}
.TagClassName
{
border-color: #7A71BD;
}
</style>