Shades of Moody Blue #7F78CF
Tints of Moody Blue #7F78CF
RGB
CMYK
RGB Variations
Color information
#7F78CF (or 0x7F78CF) is known color: Moody Blue. HEX triplet: 7F, 78 and CF. RGB value is (127,120,207). Sum of RGB (Red+Green+Blue) = 127+120+207=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F78CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78CF is #808730. Grayscale: #838383. Windows color (decimal): -8423217 or 13596799. OLE color: 13596799.
HSL color Cylindrical-coordinate representation of color #7F78CF: hue angle of 244.83º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F78CF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 120 | 207 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.19 |
| HSL | 244.83º | 0.48% | 0.64% | - |
| HSV(B) | 244.83º | 0.42% | 0.81% | - |
| XYZ | 26.73 | 22.45 | 61.96 | - |
| YUV | 132.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 207 | 0.39 | 0.42 | 0 | 0.19 | 244.83 | 0.48 | 0.64 |
| Hex | 7F | 78 | CF | 27 | 2A | 0 | 13 | F5 | 30 | 40 |
| Octal | 177 | 170 | 317 | 47 | 52 | 0 | 23 | 365 | 60 | 100 |
| Binary | 1111111 | 1111000 | 11001111 | 100111 | 101010 | 0 | 10011 | 11110101 | 110000 | 1000000 |
Color Harmonies of #7F78CF
Complementary color
Monochromatic Colors of #7F78CF
Black with #7F78CF
Text Example
Text Example
White with #7F78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F78CF; }
p { color: rgb(127,120,207); }
H1.HeaderClassName
{
color: #7F78CF;
}
.AnyTagClassName
{
color: #7F78CF;
}
</style>
background-color css
<style>
a { background-color: #7F78CF; }
a { background-color: rgb(127,120,207); }
div.DivClassName
{
background-color: #7F78CF;
}
.BgClassName
{
background-color: #7F78CF;
}
</style>
border-color css
<style>
span { border-color: #7F78CF; }
span { border-color: rgb(127,120,207); }
td.TdClassName
{
border-color: #7F78CF;
}
.TagClassName
{
border-color: #7F78CF;
}
</style>