Shades of Moody Blue #7F73C5
Tints of Moody Blue #7F73C5
RGB
CMYK
RGB Variations
Color information
#7F73C5 (or 0x7F73C5) is known color: Moody Blue. HEX triplet: 7F, 73 and C5. RGB value is (127,115,197). Sum of RGB (Red+Green+Blue) = 127+115+197=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #7F73C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73C5 is #808C3A. Grayscale: #7F7F7F. Windows color (decimal): -8424507 or 12940159. OLE color: 12940159.
HSL color Cylindrical-coordinate representation of color #7F73C5: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F73C5 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 115 | 197 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.23 |
| HSL | 248.78º | 0.41% | 0.61% | - |
| HSV(B) | 248.78º | 0.42% | 0.77% | - |
| XYZ | 24.96 | 20.8 | 55.52 | - |
| YUV | 127.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 197 | 0.36 | 0.42 | 0 | 0.23 | 248.78 | 0.41 | 0.61 |
| Hex | 7F | 73 | C5 | 24 | 2A | 0 | 17 | F9 | 29 | 3D |
| Octal | 177 | 163 | 305 | 44 | 52 | 0 | 27 | 371 | 51 | 75 |
| Binary | 1111111 | 1110011 | 11000101 | 100100 | 101010 | 0 | 10111 | 11111001 | 101001 | 111101 |
Color Harmonies of #7F73C5
Complementary color
Monochromatic Colors of #7F73C5
Black with #7F73C5
Text Example
Text Example
White with #7F73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73C5; }
p { color: rgb(127,115,197); }
H1.HeaderClassName
{
color: #7F73C5;
}
.AnyTagClassName
{
color: #7F73C5;
}
</style>
background-color css
<style>
a { background-color: #7F73C5; }
a { background-color: rgb(127,115,197); }
div.DivClassName
{
background-color: #7F73C5;
}
.BgClassName
{
background-color: #7F73C5;
}
</style>
border-color css
<style>
span { border-color: #7F73C5; }
span { border-color: rgb(127,115,197); }
td.TdClassName
{
border-color: #7F73C5;
}
.TagClassName
{
border-color: #7F73C5;
}
</style>