Shades of Moody Blue #7F73D1
Tints of Moody Blue #7F73D1
RGB
CMYK
RGB Variations
Color information
#7F73D1 (or 0x7F73D1) is known color: Moody Blue. HEX triplet: 7F, 73 and D1. RGB value is (127,115,209). Sum of RGB (Red+Green+Blue) = 127+115+209=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F73D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73D1 is #808C2E. Grayscale: #808080. Windows color (decimal): -8424495 or 13726591. OLE color: 13726591.
HSL color Cylindrical-coordinate representation of color #7F73D1: hue angle of 247.66º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F73D1 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 115 | 209 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.18 |
| HSL | 247.66º | 0.51% | 0.64% | - |
| HSV(B) | 247.66º | 0.45% | 0.82% | - |
| XYZ | 26.39 | 21.38 | 63.06 | - |
| YUV | 129.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 209 | 0.39 | 0.45 | 0 | 0.18 | 247.66 | 0.51 | 0.64 |
| Hex | 7F | 73 | D1 | 27 | 2D | 0 | 12 | F8 | 33 | 40 |
| Octal | 177 | 163 | 321 | 47 | 55 | 0 | 22 | 370 | 63 | 100 |
| Binary | 1111111 | 1110011 | 11010001 | 100111 | 101101 | 0 | 10010 | 11111000 | 110011 | 1000000 |
Color Harmonies of #7F73D1
Complementary color
Monochromatic Colors of #7F73D1
Black with #7F73D1
Text Example
Text Example
White with #7F73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73D1; }
p { color: rgb(127,115,209); }
H1.HeaderClassName
{
color: #7F73D1;
}
.AnyTagClassName
{
color: #7F73D1;
}
</style>
background-color css
<style>
a { background-color: #7F73D1; }
a { background-color: rgb(127,115,209); }
div.DivClassName
{
background-color: #7F73D1;
}
.BgClassName
{
background-color: #7F73D1;
}
</style>
border-color css
<style>
span { border-color: #7F73D1; }
span { border-color: rgb(127,115,209); }
td.TdClassName
{
border-color: #7F73D1;
}
.TagClassName
{
border-color: #7F73D1;
}
</style>