Shades of Moody Blue #7F74B7
Tints of Moody Blue #7F74B7
RGB
CMYK
RGB Variations
Color information
#7F74B7 (or 0x7F74B7) is known color: Moody Blue. HEX triplet: 7F, 74 and B7. RGB value is (127,116,183). Sum of RGB (Red+Green+Blue) = 127+116+183=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #7F74B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74B7 is #808B48. Grayscale: #7E7E7E. Windows color (decimal): -8424265 or 12022911. OLE color: 12022911.
HSL color Cylindrical-coordinate representation of color #7F74B7: hue angle of 249.85º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F74B7 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 116 | 183 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.28 |
| HSL | 249.85º | 0.32% | 0.59% | - |
| HSV(B) | 249.85º | 0.37% | 0.72% | - |
| XYZ | 23.55 | 20.42 | 47.5 | - |
| YUV | 126.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 183 | 0.31 | 0.37 | 0 | 0.28 | 249.85 | 0.32 | 0.59 |
| Hex | 7F | 74 | B7 | 1F | 25 | 0 | 1C | FA | 20 | 3B |
| Octal | 177 | 164 | 267 | 37 | 45 | 0 | 34 | 372 | 40 | 73 |
| Binary | 1111111 | 1110100 | 10110111 | 11111 | 100101 | 0 | 11100 | 11111010 | 100000 | 111011 |
Color Harmonies of #7F74B7
Complementary color
Monochromatic Colors of #7F74B7
Black with #7F74B7
Text Example
Text Example
White with #7F74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74B7; }
p { color: rgb(127,116,183); }
H1.HeaderClassName
{
color: #7F74B7;
}
.AnyTagClassName
{
color: #7F74B7;
}
</style>
background-color css
<style>
a { background-color: #7F74B7; }
a { background-color: rgb(127,116,183); }
div.DivClassName
{
background-color: #7F74B7;
}
.BgClassName
{
background-color: #7F74B7;
}
</style>
border-color css
<style>
span { border-color: #7F74B7; }
span { border-color: rgb(127,116,183); }
td.TdClassName
{
border-color: #7F74B7;
}
.TagClassName
{
border-color: #7F74B7;
}
</style>