Shades of Moody Blue #7F7CCF
Tints of Moody Blue #7F7CCF
RGB
CMYK
RGB Variations
Color information
#7F7CCF (or 0x7F7CCF) is known color: Moody Blue. HEX triplet: 7F, 7C and CF. RGB value is (127,124,207). Sum of RGB (Red+Green+Blue) = 127+124+207=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CCF is #808330. Grayscale: #868686. Windows color (decimal): -8422193 or 13597823. OLE color: 13597823.
HSL color Cylindrical-coordinate representation of color #7F7CCF: hue angle of 242.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F7CCF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 124 | 207 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.19 |
| HSL | 242.17º | 0.46% | 0.65% | - |
| HSV(B) | 242.17º | 0.4% | 0.81% | - |
| XYZ | 27.22 | 23.43 | 62.12 | - |
| YUV | 134.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 207 | 0.39 | 0.40 | 0 | 0.19 | 242.17 | 0.46 | 0.65 |
| Hex | 7F | 7C | CF | 27 | 28 | 0 | 13 | F2 | 2E | 41 |
| Octal | 177 | 174 | 317 | 47 | 50 | 0 | 23 | 362 | 56 | 101 |
| Binary | 1111111 | 1111100 | 11001111 | 100111 | 101000 | 0 | 10011 | 11110010 | 101110 | 1000001 |
Color Harmonies of #7F7CCF
Complementary color
Monochromatic Colors of #7F7CCF
Black with #7F7CCF
Text Example
Text Example
White with #7F7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CCF; }
p { color: rgb(127,124,207); }
H1.HeaderClassName
{
color: #7F7CCF;
}
.AnyTagClassName
{
color: #7F7CCF;
}
</style>
background-color css
<style>
a { background-color: #7F7CCF; }
a { background-color: rgb(127,124,207); }
div.DivClassName
{
background-color: #7F7CCF;
}
.BgClassName
{
background-color: #7F7CCF;
}
</style>
border-color css
<style>
span { border-color: #7F7CCF; }
span { border-color: rgb(127,124,207); }
td.TdClassName
{
border-color: #7F7CCF;
}
.TagClassName
{
border-color: #7F7CCF;
}
</style>