Shades of Moody Blue #7F74D9
Tints of Moody Blue #7F74D9
RGB
CMYK
RGB Variations
Color information
#7F74D9 (or 0x7F74D9) is known color: Moody Blue. HEX triplet: 7F, 74 and D9. RGB value is (127,116,217). Sum of RGB (Red+Green+Blue) = 127+116+217=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F74D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74D9 is #808B26. Grayscale: #828282. Windows color (decimal): -8424231 or 14251135. OLE color: 14251135.
HSL color Cylindrical-coordinate representation of color #7F74D9: hue angle of 246.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F74D9 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 116 | 217 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.15 |
| HSL | 246.53º | 0.57% | 0.65% | - |
| HSV(B) | 246.53º | 0.47% | 0.85% | - |
| XYZ | 27.52 | 22.01 | 68.44 | - |
| YUV | 130.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 217 | 0.41 | 0.47 | 0 | 0.15 | 246.53 | 0.57 | 0.65 |
| Hex | 7F | 74 | D9 | 29 | 2F | 0 | F | F7 | 39 | 41 |
| Octal | 177 | 164 | 331 | 51 | 57 | 0 | 17 | 367 | 71 | 101 |
| Binary | 1111111 | 1110100 | 11011001 | 101001 | 101111 | 0 | 1111 | 11110111 | 111001 | 1000001 |
Color Harmonies of #7F74D9
Complementary color
Monochromatic Colors of #7F74D9
Black with #7F74D9
Text Example
Text Example
White with #7F74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74D9; }
p { color: rgb(127,116,217); }
H1.HeaderClassName
{
color: #7F74D9;
}
.AnyTagClassName
{
color: #7F74D9;
}
</style>
background-color css
<style>
a { background-color: #7F74D9; }
a { background-color: rgb(127,116,217); }
div.DivClassName
{
background-color: #7F74D9;
}
.BgClassName
{
background-color: #7F74D9;
}
</style>
border-color css
<style>
span { border-color: #7F74D9; }
span { border-color: rgb(127,116,217); }
td.TdClassName
{
border-color: #7F74D9;
}
.TagClassName
{
border-color: #7F74D9;
}
</style>