Shades of Moody Blue #7F7AD8
Tints of Moody Blue #7F7AD8
RGB
CMYK
RGB Variations
Color information
#7F7AD8 (or 0x7F7AD8) is known color: Moody Blue. HEX triplet: 7F, 7A and D8. RGB value is (127,122,216). Sum of RGB (Red+Green+Blue) = 127+122+216=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F7AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7AD8 is #808527. Grayscale: #858585. Windows color (decimal): -8422696 or 14187135. OLE color: 14187135.
HSL color Cylindrical-coordinate representation of color #7F7AD8: hue angle of 243.19º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7AD8 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 122 | 216 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.15 |
| HSL | 243.19º | 0.55% | 0.66% | - |
| HSV(B) | 243.19º | 0.44% | 0.85% | - |
| XYZ | 28.11 | 23.39 | 68 | - |
| YUV | 134.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 216 | 0.41 | 0.44 | 0 | 0.15 | 243.19 | 0.55 | 0.66 |
| Hex | 7F | 7A | D8 | 29 | 2C | 0 | F | F3 | 37 | 42 |
| Octal | 177 | 172 | 330 | 51 | 54 | 0 | 17 | 363 | 67 | 102 |
| Binary | 1111111 | 1111010 | 11011000 | 101001 | 101100 | 0 | 1111 | 11110011 | 110111 | 1000010 |
Color Harmonies of #7F7AD8
Complementary color
Monochromatic Colors of #7F7AD8
Black with #7F7AD8
Text Example
Text Example
White with #7F7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AD8; }
p { color: rgb(127,122,216); }
H1.HeaderClassName
{
color: #7F7AD8;
}
.AnyTagClassName
{
color: #7F7AD8;
}
</style>
background-color css
<style>
a { background-color: #7F7AD8; }
a { background-color: rgb(127,122,216); }
div.DivClassName
{
background-color: #7F7AD8;
}
.BgClassName
{
background-color: #7F7AD8;
}
</style>
border-color css
<style>
span { border-color: #7F7AD8; }
span { border-color: rgb(127,122,216); }
td.TdClassName
{
border-color: #7F7AD8;
}
.TagClassName
{
border-color: #7F7AD8;
}
</style>