Shades of Moody Blue #7F71D1
Tints of Moody Blue #7F71D1
RGB
CMYK
RGB Variations
Color information
#7F71D1 (or 0x7F71D1) is known color: Moody Blue. HEX triplet: 7F, 71 and D1. RGB value is (127,113,209). Sum of RGB (Red+Green+Blue) = 127+113+209=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F71D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F71D1 is #808E2E. Grayscale: #7F7F7F. Windows color (decimal): -8425007 or 13726079. OLE color: 13726079.
HSL color Cylindrical-coordinate representation of color #7F71D1: hue angle of 248.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F71D1 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 113 | 209 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.18 |
| HSL | 248.75º | 0.51% | 0.63% | - |
| HSV(B) | 248.75º | 0.46% | 0.82% | - |
| XYZ | 26.17 | 20.93 | 62.98 | - |
| YUV | 128.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 209 | 0.39 | 0.46 | 0 | 0.18 | 248.75 | 0.51 | 0.63 |
| Hex | 7F | 71 | D1 | 27 | 2E | 0 | 12 | F9 | 33 | 3F |
| Octal | 177 | 161 | 321 | 47 | 56 | 0 | 22 | 371 | 63 | 77 |
| Binary | 1111111 | 1110001 | 11010001 | 100111 | 101110 | 0 | 10010 | 11111001 | 110011 | 111111 |
Color Harmonies of #7F71D1
Complementary color
Monochromatic Colors of #7F71D1
Black with #7F71D1
Text Example
Text Example
White with #7F71D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F71D1; }
p { color: rgb(127,113,209); }
H1.HeaderClassName
{
color: #7F71D1;
}
.AnyTagClassName
{
color: #7F71D1;
}
</style>
background-color css
<style>
a { background-color: #7F71D1; }
a { background-color: rgb(127,113,209); }
div.DivClassName
{
background-color: #7F71D1;
}
.BgClassName
{
background-color: #7F71D1;
}
</style>
border-color css
<style>
span { border-color: #7F71D1; }
span { border-color: rgb(127,113,209); }
td.TdClassName
{
border-color: #7F71D1;
}
.TagClassName
{
border-color: #7F71D1;
}
</style>