Shades of Moody Blue #7F73BA
Tints of Moody Blue #7F73BA
RGB
CMYK
RGB Variations
Color information
#7F73BA (or 0x7F73BA) is known color: Moody Blue. HEX triplet: 7F, 73 and BA. RGB value is (127,115,186). Sum of RGB (Red+Green+Blue) = 127+115+186=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F73BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73BA is #808C45. Grayscale: #7E7E7E. Windows color (decimal): -8424518 or 12219263. OLE color: 12219263.
HSL color Cylindrical-coordinate representation of color #7F73BA: hue angle of 250.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F73BA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 115 | 186 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.27 |
| HSL | 250.14º | 0.34% | 0.59% | - |
| HSV(B) | 250.14º | 0.38% | 0.73% | - |
| XYZ | 23.75 | 20.32 | 49.12 | - |
| YUV | 126.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 186 | 0.32 | 0.38 | 0 | 0.27 | 250.14 | 0.34 | 0.59 |
| Hex | 7F | 73 | BA | 20 | 26 | 0 | 1B | FA | 22 | 3B |
| Octal | 177 | 163 | 272 | 40 | 46 | 0 | 33 | 372 | 42 | 73 |
| Binary | 1111111 | 1110011 | 10111010 | 100000 | 100110 | 0 | 11011 | 11111010 | 100010 | 111011 |
Color Harmonies of #7F73BA
Complementary color
Monochromatic Colors of #7F73BA
Black with #7F73BA
Text Example
Text Example
White with #7F73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73BA; }
p { color: rgb(127,115,186); }
H1.HeaderClassName
{
color: #7F73BA;
}
.AnyTagClassName
{
color: #7F73BA;
}
</style>
background-color css
<style>
a { background-color: #7F73BA; }
a { background-color: rgb(127,115,186); }
div.DivClassName
{
background-color: #7F73BA;
}
.BgClassName
{
background-color: #7F73BA;
}
</style>
border-color css
<style>
span { border-color: #7F73BA; }
span { border-color: rgb(127,115,186); }
td.TdClassName
{
border-color: #7F73BA;
}
.TagClassName
{
border-color: #7F73BA;
}
</style>