Shades of Moody Blue #7A71CB
Tints of Moody Blue #7A71CB
RGB
CMYK
RGB Variations
Color information
#7A71CB (or 0x7A71CB) is known color: Moody Blue. HEX triplet: 7A, 71 and CB. RGB value is (122,113,203). Sum of RGB (Red+Green+Blue) = 122+113+203=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A71CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71CB is #858E34. Grayscale: #7D7D7D. Windows color (decimal): -8752693 or 13332858. OLE color: 13332858.
HSL color Cylindrical-coordinate representation of color #7A71CB: hue angle of 246º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A71CB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 113 | 203 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.20 |
| HSL | 246º | 0.46% | 0.62% | - |
| HSV(B) | 246º | 0.44% | 0.8% | - |
| XYZ | 24.71 | 20.26 | 59.11 | - |
| YUV | 125.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 203 | 0.40 | 0.44 | 0 | 0.20 | 246 | 0.46 | 0.62 |
| Hex | 7A | 71 | CB | 28 | 2C | 0 | 14 | F6 | 2E | 3E |
| Octal | 172 | 161 | 313 | 50 | 54 | 0 | 24 | 366 | 56 | 76 |
| Binary | 1111010 | 1110001 | 11001011 | 101000 | 101100 | 0 | 10100 | 11110110 | 101110 | 111110 |
Color Harmonies of #7A71CB
Complementary color
Monochromatic Colors of #7A71CB
Black with #7A71CB
Text Example
Text Example
White with #7A71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A71CB; }
p { color: rgb(122,113,203); }
H1.HeaderClassName
{
color: #7A71CB;
}
.AnyTagClassName
{
color: #7A71CB;
}
</style>
background-color css
<style>
a { background-color: #7A71CB; }
a { background-color: rgb(122,113,203); }
div.DivClassName
{
background-color: #7A71CB;
}
.BgClassName
{
background-color: #7A71CB;
}
</style>
border-color css
<style>
span { border-color: #7A71CB; }
span { border-color: rgb(122,113,203); }
td.TdClassName
{
border-color: #7A71CB;
}
.TagClassName
{
border-color: #7A71CB;
}
</style>