Shades of Moody Blue #7F7AD5
Tints of Moody Blue #7F7AD5
RGB
CMYK
RGB Variations
Color information
#7F7AD5 (or 0x7F7AD5) is known color: Moody Blue. HEX triplet: 7F, 7A and D5. RGB value is (127,122,213). Sum of RGB (Red+Green+Blue) = 127+122+213=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F7AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7AD5 is #80852A. Grayscale: #858585. Windows color (decimal): -8422699 or 13990527. OLE color: 13990527.
HSL color Cylindrical-coordinate representation of color #7F7AD5: hue angle of 243.3º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7AD5 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 122 | 213 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.16 |
| HSL | 243.3º | 0.52% | 0.66% | - |
| HSV(B) | 243.3º | 0.43% | 0.84% | - |
| XYZ | 27.72 | 23.24 | 65.97 | - |
| YUV | 133.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 213 | 0.40 | 0.43 | 0 | 0.16 | 243.3 | 0.52 | 0.66 |
| Hex | 7F | 7A | D5 | 28 | 2B | 0 | 10 | F3 | 34 | 42 |
| Octal | 177 | 172 | 325 | 50 | 53 | 0 | 20 | 363 | 64 | 102 |
| Binary | 1111111 | 1111010 | 11010101 | 101000 | 101011 | 0 | 10000 | 11110011 | 110100 | 1000010 |
Color Harmonies of #7F7AD5
Complementary color
Monochromatic Colors of #7F7AD5
Black with #7F7AD5
Text Example
Text Example
White with #7F7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AD5; }
p { color: rgb(127,122,213); }
H1.HeaderClassName
{
color: #7F7AD5;
}
.AnyTagClassName
{
color: #7F7AD5;
}
</style>
background-color css
<style>
a { background-color: #7F7AD5; }
a { background-color: rgb(127,122,213); }
div.DivClassName
{
background-color: #7F7AD5;
}
.BgClassName
{
background-color: #7F7AD5;
}
</style>
border-color css
<style>
span { border-color: #7F7AD5; }
span { border-color: rgb(127,122,213); }
td.TdClassName
{
border-color: #7F7AD5;
}
.TagClassName
{
border-color: #7F7AD5;
}
</style>