Shades of Moody Blue #7F73BD
Tints of Moody Blue #7F73BD
RGB
CMYK
RGB Variations
Color information
#7F73BD (or 0x7F73BD) is known color: Moody Blue. HEX triplet: 7F, 73 and BD. RGB value is (127,115,189). Sum of RGB (Red+Green+Blue) = 127+115+189=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F73BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73BD is #808C42. Grayscale: #7E7E7E. Windows color (decimal): -8424515 or 12415871. OLE color: 12415871.
HSL color Cylindrical-coordinate representation of color #7F73BD: hue angle of 249.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F73BD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 115 | 189 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.26 |
| HSL | 249.73º | 0.36% | 0.6% | - |
| HSV(B) | 249.73º | 0.39% | 0.74% | - |
| XYZ | 24.07 | 20.45 | 50.82 | - |
| YUV | 127.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 189 | 0.33 | 0.39 | 0 | 0.26 | 249.73 | 0.36 | 0.6 |
| Hex | 7F | 73 | BD | 21 | 27 | 0 | 1A | FA | 24 | 3C |
| Octal | 177 | 163 | 275 | 41 | 47 | 0 | 32 | 372 | 44 | 74 |
| Binary | 1111111 | 1110011 | 10111101 | 100001 | 100111 | 0 | 11010 | 11111010 | 100100 | 111100 |
Color Harmonies of #7F73BD
Complementary color
Monochromatic Colors of #7F73BD
Black with #7F73BD
Text Example
Text Example
White with #7F73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73BD; }
p { color: rgb(127,115,189); }
H1.HeaderClassName
{
color: #7F73BD;
}
.AnyTagClassName
{
color: #7F73BD;
}
</style>
background-color css
<style>
a { background-color: #7F73BD; }
a { background-color: rgb(127,115,189); }
div.DivClassName
{
background-color: #7F73BD;
}
.BgClassName
{
background-color: #7F73BD;
}
</style>
border-color css
<style>
span { border-color: #7F73BD; }
span { border-color: rgb(127,115,189); }
td.TdClassName
{
border-color: #7F73BD;
}
.TagClassName
{
border-color: #7F73BD;
}
</style>