Shades of Moody Blue #7F74CF
Tints of Moody Blue #7F74CF
RGB
CMYK
RGB Variations
Color information
#7F74CF (or 0x7F74CF) is known color: Moody Blue. HEX triplet: 7F, 74 and CF. RGB value is (127,116,207). Sum of RGB (Red+Green+Blue) = 127+116+207=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74CF is #808B30. Grayscale: #818181. Windows color (decimal): -8424241 or 13595775. OLE color: 13595775.
HSL color Cylindrical-coordinate representation of color #7F74CF: hue angle of 247.25º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F74CF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 116 | 207 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.19 |
| HSL | 247.25º | 0.49% | 0.63% | - |
| HSV(B) | 247.25º | 0.44% | 0.81% | - |
| XYZ | 26.26 | 21.51 | 61.8 | - |
| YUV | 129.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 207 | 0.39 | 0.44 | 0 | 0.19 | 247.25 | 0.49 | 0.63 |
| Hex | 7F | 74 | CF | 27 | 2C | 0 | 13 | F7 | 31 | 3F |
| Octal | 177 | 164 | 317 | 47 | 54 | 0 | 23 | 367 | 61 | 77 |
| Binary | 1111111 | 1110100 | 11001111 | 100111 | 101100 | 0 | 10011 | 11110111 | 110001 | 111111 |
Color Harmonies of #7F74CF
Complementary color
Monochromatic Colors of #7F74CF
Black with #7F74CF
Text Example
Text Example
White with #7F74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74CF; }
p { color: rgb(127,116,207); }
H1.HeaderClassName
{
color: #7F74CF;
}
.AnyTagClassName
{
color: #7F74CF;
}
</style>
background-color css
<style>
a { background-color: #7F74CF; }
a { background-color: rgb(127,116,207); }
div.DivClassName
{
background-color: #7F74CF;
}
.BgClassName
{
background-color: #7F74CF;
}
</style>
border-color css
<style>
span { border-color: #7F74CF; }
span { border-color: rgb(127,116,207); }
td.TdClassName
{
border-color: #7F74CF;
}
.TagClassName
{
border-color: #7F74CF;
}
</style>